summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLauri Niskanen2016-04-10 09:22:59 +0300
committerLauri Niskanen2016-04-10 09:22:59 +0300
commit014d745ec21fb00123fb3339254528ece14a0ae8 (patch)
tree235db2536f93ba1d882bf26c4bb23c2416234398 /PKGBUILD
parent487e3fa59c80dac03f8097aa77606f20c651452f (diff)
downloadaur-014d745ec21fb00123fb3339254528ece14a0ae8.tar.gz
Update to upstream release 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2534189b2255..ea2b307c967a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=borg-git
_pkgname=borg
-pkgver=1.0.0.r27.gf0cb637
+pkgver=1.0.1.r74.gd4aac62
pkgrel=1
pkgdesc="Deduplicating backup program with compression and authenticated encryption"
url="https://borgbackup.github.io/"
@@ -28,7 +28,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {