summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpyros Stathopoulos2022-03-16 21:27:55 +0000
committerSpyros Stathopoulos2022-03-16 21:27:55 +0000
commit4f104a1ec5c9c5f273db3623f117925b37505a3b (patch)
tree24a08b8dbf6dd6e2967869630fdf55bb7028e327 /PKGBUILD
parentf9a3144bb2ec10dc95954882df099334bc6b5d68 (diff)
downloadaur-4f104a1ec5c9c5f273db3623f117925b37505a3b.tar.gz
Use correct git tag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de8dfb108947..215a4e011a30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gytparse
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
arch=(any)
url='https://github.com/foucault/gytparse'
pkgdesc="Browse, stream and download Youtube videos"
@@ -12,7 +12,7 @@ optdepends=('python-pysocks: Browse and download through SOCKS5 proxies')
makedepends=(git meson gobject-introspection)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/foucault/gytparse/archive/refs/tags/${pkgver}.tar.gz")
_pyver=$(python -V | awk '{print $2}' | awk -F. '{print $1"."$2}')
-sha256sums=('329c9ea71d398ec823ba5c5052f922d0754b2d7f0e337e596380d172e46bf4e7')
+sha256sums=('c0486d9aa2ca4e3c9ee74be1120231c0267a7a9c57ff267ed98aa6781228d863')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"