diff options
author | Gabriel P | 2022-06-27 22:30:05 +0200 |
---|---|---|
committer | Gabriel P | 2022-06-27 22:30:05 +0200 |
commit | c165511601575e419b8c9b626e83efeb064eaa9b (patch) | |
tree | 406fa54938bd0b148d8b3deb6073900a8840865a /PKGBUILD | |
parent | 1ea142a907f06e5c09801d3fbd5efbea8a90fdda (diff) | |
download | aur-c165511601575e419b8c9b626e83efeb064eaa9b.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.89_5r3163 +pkgver=2.1.91_5r3194 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=('0036e28af4aa10e4dabd3edd66ad55fd') +md5sums=('98e64bdcd487fce1c8aa5550724b6868') package() { tar -xf data.tar.xz -C "${pkgdir}" |