diff options
author | Gabriel P | 2022-09-16 02:01:29 +0200 |
---|---|---|
committer | Gabriel P | 2022-09-16 02:01:29 +0200 |
commit | 4298b8297a77bc21a532ce3569c7001b5442c50a (patch) | |
tree | c59e34ff673545f9e302a0cc8e3170983a12f455 /PKGBUILD | |
parent | 18f0108b2164a25aba74e01838b9a1299227d025 (diff) | |
download | aur-4298b8297a77bc21a532ce3569c7001b5442c50a.tar.gz |
Update source package paths to new versions
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Schorsch <wsixcde+aur at gmail dot com> # Thanks to <mti at tillenius dot com> whose packages the ps7b packages were based on pkgname=ps7b_libps2000a -pkgver=2.1.96_5r3268 +pkgver=2.1.97_5r3274 pkgrel=1 pkgdesc="Library for PicoScope 2000a series in PicoScope 7 Beta" arch=('x86_64') @@ -18,7 +18,7 @@ options=(!strip) install= changelog= source=("https://labs.picotech.com/rc/picoscope7/debian/pool/main/libp/libps2000a/libps2000a_${pkgver//_/-}_amd64.deb") -md5sums=('c1d967b4e5caf4e89f1ce0df755e1f7c') +md5sums=('6000eca934b425ccf195825d272ff3a2') package() { tar -xf data.tar.xz -C "${pkgdir}" |