summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Nascimento2021-09-14 09:45:31 -0300
committerFilipe Nascimento2021-09-14 09:45:31 -0300
commite400644f16980f35f7767a25ed9f6d9b5d632ec4 (patch)
tree71c87c2535959f16447296591750ac0585ab0bec /PKGBUILD
parentd3c1eaebc478a0f3e630df18a0a0a607cee7be5a (diff)
downloadaur-annie.tar.gz
upgpkg: annie 0.11.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfc527d03709..368377b288ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@
# Contributer: Xinzhao Xu <z2d@jifangcheng.com>
pkgname=annie
-pkgver=0.10.3
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
pkgdesc="A fast, simple and clean video downloader written in Go"
arch=('x86_64' 'i686')
url="https://github.com/iawia002/annie"
license=('MIT')
depends=('ffmpeg')
makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('a5252317113cf90e687a532b2e961126206b29829c61d6507fc69881e85d1d34')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('6b3e005b6bc2519e2c7b4767fcf66a49dc3e8d34c19cd3c6c3d5517720d4f3ff')
build(){
cd $pkgname-$pkgver