summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortantalum2021-02-05 14:30:34 +0100
committertantalum2021-02-05 14:30:34 +0100
commitaef68de687aed0ebd87becf5b37ecd50375c5867 (patch)
treedad7f90244a0cd96dcd3faaa8d4b05d821e06aef
parent99695ec6b5b98b25ca2a61b34705203905997144 (diff)
downloadaur-sph-pack-git.tar.gz
update pkgbuild
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ac3ce7710b..42cc8700a311 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sph-pack-git
pkgdesc = free software file packaging solution. compounding/compression/encryption with tar/xz/gz/scrypt
- pkgver = 42
+ pkgver = 45
pkgrel = 1
url = http://sph.mn
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4b2164572f18..f568ba86b3e1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=sph-pack-git
-pkgver=42
+pkgver=45
pkgrel=1
pkgdesc="free software file packaging solution. compounding/compression/encryption with tar/xz/gz/scrypt"
arch=(any)
@@ -20,5 +20,5 @@ pkgver() {
package() {
cd sph-pack
- ./exe/install --prefix="$pkgdir"
+ ./exe/install --target-prefix="$pkgdir"
}