diff options
author | Gabriel P | 2022-05-02 00:58:26 +0200 |
---|---|---|
committer | Gabriel P | 2022-05-02 00:58:26 +0200 |
commit | 5d934dc3357400d8b9a84746d8c3e2ff4628b6b8 (patch) | |
tree | 6adc46b95c8b02313d317ac5e78144ba08e3cb5b | |
parent | 2ce1a897e7df073f96690e4dc6c66e325c156887 (diff) | |
download | aur-5d934dc3357400d8b9a84746d8c3e2ff4628b6b8.tar.gz |
Update source package paths to new versions
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = ps7b_libps3000 pkgdesc = Library for PicoScope 3000 series in PicoScope 7 Beta - pkgver = 4.0.86_3r3127 + pkgver = 4.0.87_3r3139 pkgrel = 1 url = https://labs.picotech.com/rc/picoscope7/debian/pool/main/libp/libps3000/ arch = x86_64 license = custom depends = libusb options = !strip - source = https://labs.picotech.com/rc/picoscope7/debian/pool/main/libp/libps3000/libps3000_4.0.86-3r3127_amd64.deb - md5sums = 51d666364bcc718756587b358d673715 + source = https://labs.picotech.com/rc/picoscope7/debian/pool/main/libp/libps3000/libps3000_4.0.87-3r3139_amd64.deb + md5sums = 9fc691ac188cc6bf061f14eb9e41de4a pkgname = ps7b_libps3000 @@ -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_libps3000 -pkgver=4.0.86_3r3127 +pkgver=4.0.87_3r3139 pkgrel=1 pkgdesc="Library for PicoScope 3000 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/libps3000/libps3000_${pkgver//_/-}_amd64.deb") -md5sums=('51d666364bcc718756587b358d673715') +md5sums=('9fc691ac188cc6bf061f14eb9e41de4a') package() { tar -xf data.tar.xz -C "${pkgdir}" |