summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b1f3074744d..75268fbca2f2 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.1
+ pkgver = 0.9.2
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.1
+ source = annie::git+https://github.com/iawia002/annie#tag=0.9.2
md5sums = SKIP
pkgname = annie
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