diff options
author | Schorsch | 2023-09-29 02:01:33 +0200 |
---|---|---|
committer | Schorsch | 2023-09-29 02:01:33 +0200 |
commit | 2708524574eccae2ca669a866d95265dabd1b6a3 (patch) | |
tree | 72f923316992f566591c000192dbae8d34b195ae /PKGBUILD | |
parent | 675e6f01b24b140cf545881459e66699b777f33e (diff) | |
download | aur-2708524574eccae2ca669a866d95265dabd1b6a3.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.122_5r5287 +pkgver=2.1.123_5r5325 pkgrel=1 pkgdesc="Library for PicoScope 2000a series in PicoScope 7 Beta" arch=('x86_64') @@ -18,7 +18,7 @@ options=(!strip) install=$pkgname.install changelog= source=("https://labs.picotech.com/rc/picoscope7/debian/pool/main/libp/libps2000a/libps2000a_${pkgver//_/-}_amd64.deb") -md5sums=('5bd39b602e1da38fd215716f04f97c77') +md5sums=('9a527e59d5d058ac85871f88c29a5194') package() { tar -xf data.tar.xz -C "${pkgdir}" |