summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2021-09-14 09:45:31 -0300
committerFilipe Nascimento2021-09-14 09:45:31 -0300
commite400644f16980f35f7767a25ed9f6d9b5d632ec4 (patch)
tree71c87c2535959f16447296591750ac0585ab0bec
parentd3c1eaebc478a0f3e630df18a0a0a607cee7be5a (diff)
downloadaur-annie.tar.gz
upgpkg: annie 0.11.0-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0c87a500ad8..a43488be6ace 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = annie
pkgdesc = A fast, simple and clean video downloader written in Go
- pkgver = 0.10.3
- pkgrel = 2
+ pkgver = 0.11.0
+ pkgrel = 1
url = https://github.com/iawia002/annie
arch = x86_64
arch = i686
license = MIT
makedepends = go
depends = ffmpeg
- source = annie-0.10.3.tar.gz::https://github.com/iawia002/annie/archive/0.10.3.tar.gz
- sha256sums = a5252317113cf90e687a532b2e961126206b29829c61d6507fc69881e85d1d34
+ source = annie-0.11.0.tar.gz::https://github.com/iawia002/annie/archive/v0.11.0.tar.gz
+ sha256sums = 6b3e005b6bc2519e2c7b4767fcf66a49dc3e8d34c19cd3c6c3d5517720d4f3ff
pkgname = annie
-
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