diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,14 +1,14 @@ pkgbase = libps5000a pkgdesc = library for picotech oscilloscope 5000a series (5242A/B, 5243A/B, 5244A/B, 5442A/B, 5443A/B, 5444A/B) - pkgver = 2.1.34_5r2002 + pkgver = 2.1.54_5r2438 pkgrel = 1 url = http://www.picotech.com/linux.html arch = x86_64 license = custom depends = libusb options = !strip - source = http://labs.picotech.com/debian/pool/main/libp/libps5000a/libps5000a_2.1.34-5r2002_amd64.deb - md5sums = 947e300ca1e2468b7c074e5b0eaad268 + source = http://labs.picotech.com/debian/pool/main/libp/libps5000a/libps5000a_2.1.54-5r2438_amd64.deb + md5sums = acfac013f6d41150aa72d91aa4d83fe2 pkgname = libps5000a @@ -1,6 +1,6 @@ # Maintainer: Mikael Tillenius <mti at tillenius dot com> pkgname=libps5000a -pkgver=2.1.34_5r2002 +pkgver=2.1.54_5r2438 pkgrel=1 pkgdesc="library for picotech oscilloscope 5000a series (5242A/B, 5243A/B, 5244A/B, 5442A/B, 5443A/B, 5444A/B)" arch=('x86_64') @@ -17,7 +17,7 @@ options=(!strip) install= changelog= source=("http://labs.picotech.com/debian/pool/main/libp/libps5000a/${pkgname}_${pkgver//_/-}_amd64.deb") -md5sums=('947e300ca1e2468b7c074e5b0eaad268') +md5sums=('acfac013f6d41150aa72d91aa4d83fe2') package() { tar -xf data.tar.xz -C "${pkgdir}" |