summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAniket Pradhan2019-03-04 14:39:14 +0530
committerAniket Pradhan2019-03-04 14:39:14 +0530
commit9c7d210e391c372335e5e9b95cf4d33a595b75c0 (patch)
tree6b639a44f3df4b3869a579e8725676e33c3b7e25
parent65cce4511573b6014c35b6b78c05932e778b8e18 (diff)
downloadaur-9c7d210e391c372335e5e9b95cf4d33a595b75c0.tar.gz
Updooted to v0.9.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75268fbca2f2..fb81d7b83ac2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = annie
pkgdesc = A fast, simple and clean video downloader written in Go
- pkgver = 0.9.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://github.com/iawia002/annie
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = annie
conflicts = annie
options = !strip
options = !emptydirs
- source = annie::git+https://github.com/iawia002/annie#tag=0.9.2
+ source = annie::git+https://github.com/iawia002/annie#tag=0.9.3
md5sums = SKIP
pkgname = annie
diff --git a/PKGBUILD b/PKGBUILD
index 39b737e7a9b2..2ce13f1eb9f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Owner/Cofntributer: Xinzhao Xu <z2d@jifangcheng.com>
pkgname=annie
-pkgver=0.9.2
+pkgver=0.9.3
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.2")
+source=("annie::git+https://github.com/iawia002/annie#tag=${pkgver}")
prepare(){
mkdir -p gopath/src/github.com