summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2021-12-16 16:09:21 +0800
committerYour Name2021-12-16 16:09:21 +0800
commitdb3a7a1966c4961d068078c616598ed173b04310 (patch)
treefcffa26064404c16c11fbce3ba002185b53a6abb /PKGBUILD
parent47743473a2ebdc66213484c52122ac1fe53f5db6 (diff)
downloadaur-annie-git.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d034d0714e8..0cb010a852b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Xinzhao Xu <z2d@jifangcheng.com>
pkgname=annie-git
-pkgver=0.10.3.r19.gabc3c9d
+pkgver=0.11.0.r20.g8b53403
pkgrel=1
arch=('x86_64')
pkgdesc="A fast, simple and clean video downloader written in Go"
@@ -18,7 +18,8 @@ sha256sums=('SKIP')
pkgver() {
cd annie
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed 's/^v//g'
+ # Upstream adds a 'v' in its version since 0.11
}
build(){