summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoeljunior2018-02-02 22:44:25 +0000
committerNoeljunior2018-02-02 22:44:25 +0000
commit4c9a34ca0c63c6159ae5de59fcd46b531697b60b (patch)
tree4044d298ade3f1d942df09f08615e01610093cda
parentd7f0c3aa0900d874e3f37bb356b3a1f8aff16a74 (diff)
downloadaur-4c9a34ca0c63c6159ae5de59fcd46b531697b60b.tar.gz
fix install
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aadd26c9cdc..7a2f949dd4c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pscripts-git
pkgdesc = Noeljunior's pscripts: some handy scripts for users and sysadmins
- pkgver = 0.1a
- pkgrel = 2
+ pkgver = r101.931081d
+ pkgrel = 1
url = https://github.com/Noeljunior/pscripts
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 3e68c41f362d..177de13520da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Noeljnuior <liamgliamgmailcom>
pkgname=pscripts-git
-pkgver=0.1a
-pkgrel=2
+pkgver=r101.931081d
+pkgrel=1
pkgdesc="Noeljunior's pscripts: some handy scripts for users and sysadmins"
arch=('any')
url="https://github.com/Noeljunior/pscripts"
@@ -14,7 +14,7 @@ md5sums=('SKIP')
package() {
cd $srcdir/$pkgname
- ./sysadmin/pscripts --install "${pkgdir}/opt/pscripts" --profile "${pkgdir}/etc/profile.d/pscripts.sh"
+ ./sysadmin/pscripts --install "${pkgdir}/opt/pscripts" --profile "${pkgdir}/etc/profile.d/pscripts.sh" --rm-prefix "${pkgdir}"
}
pkgver() {