summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAniket Pradhan2019-02-16 22:45:06 +0530
committerAniket Pradhan2019-02-16 22:45:06 +0530
commit65cce4511573b6014c35b6b78c05932e778b8e18 (patch)
treeb96ee7b216da2922e26a366c41362fee6f76fd81 /PKGBUILD
parent45c1772d583f0a0726bbefb8c472913868d51eb9 (diff)
downloadaur-65cce4511573b6014c35b6b78c05932e778b8e18.tar.gz
Updated to version 0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1517ab3acc63..39b737e7a9b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Owner/Cofntributer: Xinzhao Xu <z2d@jifangcheng.com>
pkgname=annie
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
arch=('x86_64' 'i686')
pkgdesc="A fast, simple and clean video downloader written in Go"
@@ -12,7 +12,7 @@ makedepends=('dep')
depends=('go-pie' 'ffmpeg')
conflicts=("annie")
options=('!strip' '!emptydirs')
-source=("annie::git+https://github.com/iawia002/annie#tag=0.9.1")
+source=("annie::git+https://github.com/iawia002/annie#tag=0.9.2")
prepare(){
mkdir -p gopath/src/github.com