summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikael Tillenius2020-04-29 14:57:37 +0200
committerMikael Tillenius2020-04-29 14:57:37 +0200
commitd891915e70ccfd00128184183b9f80ea4324d925 (patch)
treeda506df2bbaf89d88339299e9f4e717a44d9ae7e /PKGBUILD
parent5c23fa43cdd06ad3a8740bba24e3369f751b0199 (diff)
downloadaur-d891915e70ccfd00128184183b9f80ea4324d925.tar.gz
Updated to latest version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa5b893f1acf..5844965e4a38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mikael Tillenius <mti at tillenius dot com>
pkgname=libps2000
-pkgver=3.0.0_3r570
+pkgver=3.0.34_3r2002
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/libps2000/${pkgname}_${pkgver//_/-}_amd64.deb")
-md5sums=('b1a44e81f0edcb5f53311b8ce7bed976')
+md5sums=('88c61f633e30b979bc8a175e0bdc978b')
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
}