summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Tillenius2018-08-15 19:24:28 +0200
committerMikael Tillenius2018-08-15 19:24:28 +0200
commit1f6c351878fd49646fe3fb8e0fbdb1e31eb84ad5 (patch)
treecbe14a669a761a05adceb4363788117567699487
parent23fd084ff5cf5212cd34497d4c03b462bb98a455 (diff)
downloadaur-1f6c351878fd49646fe3fb8e0fbdb1e31eb84ad5.tar.gz
Update to lastest version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD15
2 files changed, 7 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12e39152f131..6542310477f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = libps2000a
pkgdesc = library for picotech oscilloscope 2000 series
- pkgver = 1.4.0_5r09
+ pkgver = 2.1.0_5r570
pkgrel = 1
url = http://www.picotech.com/linux.html
- arch = i686
arch = x86_64
license = custom
depends = libusb
options = !strip
- source = http://labs.picotech.com/debian/pool/main/libp/libps2000a/libps2000a_1.4.0-5r09_amd64.deb
- md5sums = 6387651a76718629f7ee832121d3e51e
+ source = http://labs.picotech.com/debian/pool/main/libp/libps2000a/libps2000a_2.1.0-5r570_amd64.deb
+ md5sums = a074d1e3e1b7fd0b087cfb5d9c05e5fb
pkgname = libps2000a
diff --git a/PKGBUILD b/PKGBUILD
index 5e038b9a53ae..1ab6216b6ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,9 @@
# Maintainer: Mikael Tillenius <mti at tillenius dot com>
pkgname=libps2000a
-pkgver=1.4.0_5r09
+pkgver=2.1.0_5r570
pkgrel=1
pkgdesc="library for picotech oscilloscope 2000 series"
-arch=('i686' 'x86_64')
-if [ "$CARCH" == "i686" ]; then
- _arch="i386"
- _md5sum='020814d48b3ddcb77940311885705589'
-else
- _arch="amd64"
- _md5sum='6387651a76718629f7ee832121d3e51e'
-fi
+arch=('x86_64')
url="http://www.picotech.com/linux.html"
license=('custom')
groups=()
@@ -23,8 +16,8 @@ backup=()
options=(!strip)
install=
changelog=
-source=("http://labs.picotech.com/debian/pool/main/libp/libps2000a/${pkgname}_${pkgver//_/-}_${_arch}.deb")
-md5sums=($_md5sum)
+source=("http://labs.picotech.com/debian/pool/main/libp/libps2000a/${pkgname}_${pkgver//_/-}_amd64.deb")
+md5sums=('a074d1e3e1b7fd0b087cfb5d9c05e5fb')
package() {
tar -xf data.tar.gz -C "${pkgdir}"