summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2022-03-16 21:27:55 +0000
committerSpyros Stathopoulos2022-03-16 21:27:55 +0000
commit4f104a1ec5c9c5f273db3623f117925b37505a3b (patch)
tree24a08b8dbf6dd6e2967869630fdf55bb7028e327
parentf9a3144bb2ec10dc95954882df099334bc6b5d68 (diff)
downloadaur-4f104a1ec5c9c5f273db3623f117925b37505a3b.tar.gz
Use correct git tag
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c05b5a5d879..5a5ab65a2868 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gytparse
pkgdesc = Browse, stream and download Youtube videos
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/foucault/gytparse
arch = any
license = MPL2
@@ -15,6 +15,6 @@ pkgbase = gytparse
depends = mpv
optdepends = python-pysocks: Browse and download through SOCKS5 proxies
source = gytparse-0.1.1.tar.gz::https://github.com/foucault/gytparse/archive/refs/tags/0.1.1.tar.gz
- sha256sums = 329c9ea71d398ec823ba5c5052f922d0754b2d7f0e337e596380d172e46bf4e7
+ sha256sums = c0486d9aa2ca4e3c9ee74be1120231c0267a7a9c57ff267ed98aa6781228d863
pkgname = gytparse
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}"