summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72a23f461159..ebb61c11c75f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Mikael Tillenius <mti at tillenius dot com>
pkgname=libps3000
-pkgver=3.7.6_3r05
+pkgver=3.7.7_3r03
pkgrel=1
pkgdesc="library for picotech oscilloscope 3000 series"
arch=('i686' 'x86_64')
if [ "$CARCH" == "i686" ]; then
_arch="i386"
- _md5sum='d4a435d265ff7e1748de967be823fa4e'
+ _md5sum='9e1ac3d30b7cc75fe9343e5ef9f2b865'
else
_arch="amd64"
- _md5sum='3c1de8ff334015f48d7772fe66f89406'
+ _md5sum='3990d65c55097ac4059df412d11e14f8'
fi
url="http://www.picotech.com/linux.html"
license=('custom')
@@ -37,4 +37,3 @@ package() {
chmod -R go-w $pkgdir
chown -R root:root $pkgdir
}
-