summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2016-10-11 19:05:49 +0200
committerfunilrys2016-10-11 19:05:49 +0200
commite196219681eca95ed639023c6888d18c51b34334 (patch)
treeb34e5e4c4db310930b91c0c7d34b2188c3c8a88f
parent40eaa730e392a31cdc92c594d9231619651965cd (diff)
downloadaur-e196219681eca95ed639023c6888d18c51b34334.tar.gz
Fix pkver() problem
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 343d4a08269d..51805da899d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,10 +18,10 @@ optdepends=('rdiff-backup: rdiff backups'
source=('git+https://0xacab.org/riseuplabs/backupninja.git')
md5sums=('SKIP')
backup=('etc/backupninja.conf')
-pkgver() {
- cd $_pkgname
- git describe --long | sed 's/^backupninja-//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
+# pkgver() {
+# cd $_pkgname
+# git describe --long | sed 's/^backupninja-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+# }
build() {
cd "$srcdir/$_pkgname"