diff options
author | Schorsch | 2023-07-31 13:59:18 +0200 |
---|---|---|
committer | Schorsch | 2023-07-31 13:59:18 +0200 |
commit | 59504e0cc59ac5e11d4001d1df9484b4a5fea189 (patch) | |
tree | 53224b7a04eaa32500a422e861cb1faa8cd56527 /PKGBUILD | |
parent | 6e1422378871a2894e7a7aaed3e1554117e2496f (diff) | |
download | aur-59504e0cc59ac5e11d4001d1df9484b4a5fea189.tar.gz |
Update source package paths to new versions
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,7 +2,7 @@ # Thanks to <mti at tillenius dot com> whose packages the ps7b packages were based on pkgname=ps7b_libps2000a pkgver=2.1.119_5r3573 -pkgrel=2 +pkgrel=3 pkgdesc="Library for PicoScope 2000a series in PicoScope 7 Beta" arch=('x86_64') url="https://labs.picotech.com/rc/picoscope7/debian/pool/main/libp/libps2000a/" @@ -25,6 +25,7 @@ package() { chmod -R go-w $pkgdir chown -R root:root $pkgdir - mkdir "${pkgdir}/control" - tar -xf control.tar.xz -C "${pkgdir}/control" + mkdir -p $pkgdir/opt/picoscope/scripts + tar -xf control.tar.xz -C "${pkgdir}/opt/picoscope/scripts" ./postinst + mv "${pkgdir}/opt/picoscope/scripts/postinst" "${pkgdir}/opt/picoscope/scripts/${pkgname}_postinst" } |