Skip to content

Instantly share code, notes, and snippets.

@ildus
Created February 21, 2017 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ildus/188d7bd49b57bf857eac9487da17e886 to your computer and use it in GitHub Desktop.
Save ildus/188d7bd49b57bf857eac9487da17e886 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index 6b2a552..a6840bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# if you want 32 bit, 1.2.10 was the last version supported
pkgname=saleae-logic
-pkgver=1.2.11
+pkgver=1.2.12
pkgrel=1
pkgdesc="High speed USB logic analyzer."
arch=('x86_64')
@@ -23,7 +23,7 @@ source_x86_64=("http://downloads.saleae.com/logic/$pkgver/Logic%20$pkgver%20(64-
# '836db7ec757b1e6453602ed4831d4765'
# '96aac500508492509d8e47645a826af8'
# '120198dc1ce881e4959da215dc1ab8f5')
-md5sums_x86_64=('1050b80e3fa32233b8ebd51ff16cd7b5'
+md5sums_x86_64=('f2d2c41a53ee7de6759092df23a5834b'
'836db7ec757b1e6453602ed4831d4765'
'96aac500508492509d8e47645a826af8'
'120198dc1ce881e4959da215dc1ab8f5')
@@ -59,9 +59,6 @@ package() {
# launch script
install -d "$pkgdir/usr/bin"
touch "$pkgdir/usr/bin/logic"
- echo -e "#!/bin/sh\nexec /opt/saleae-logic/Logic > /dev/null 2>&1" > "$pkgdir/usr/bin/logic"
+ echo -e "#!/bin/sh\nexec /opt/saleae-logic/Logic &>/dev/null" > "$pkgdir/usr/bin/logic"
chmod +x "$pkgdir/usr/bin/logic"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment