summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ab6216b6ab4..d947cfd0fba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mikael Tillenius <mti at tillenius dot com>
pkgname=libps2000a
-pkgver=2.1.0_5r570
+pkgver=2.1.34_5r2002
pkgrel=1
pkgdesc="library for picotech oscilloscope 2000 series"
arch=('x86_64')
@@ -17,10 +17,10 @@ options=(!strip)
install=
changelog=
source=("http://labs.picotech.com/debian/pool/main/libp/libps2000a/${pkgname}_${pkgver//_/-}_amd64.deb")
-md5sums=('a074d1e3e1b7fd0b087cfb5d9c05e5fb')
+md5sums=('13008c5e040b324fcc952fcceb095e10')
package() {
- tar -xf data.tar.gz -C "${pkgdir}"
+ tar -xf data.tar.xz -C "${pkgdir}"
chmod -R go-w $pkgdir
chown -R root:root $pkgdir
}