diff options
author | Spyros Stathopoulos | 2022-03-16 21:22:33 +0000 |
---|---|---|
committer | Spyros Stathopoulos | 2022-03-16 21:22:33 +0000 |
commit | f9a3144bb2ec10dc95954882df099334bc6b5d68 (patch) | |
tree | 135f63a7f6b01c6097a70dc88f827227bdeab263 | |
parent | 10502f610ed0f6c1dea4263bc90f1a6657b5ef53 (diff) | |
download | aur-f9a3144bb2ec10dc95954882df099334bc6b5d68.tar.gz |
Version 0.1.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = gytparse pkgdesc = Browse, stream and download Youtube videos - pkgver = 0.1.0 + pkgver = 0.1.1 pkgrel = 1 url = https://github.com/foucault/gytparse arch = any @@ -14,7 +14,7 @@ pkgbase = gytparse depends = yt-dlp depends = mpv optdepends = python-pysocks: Browse and download through SOCKS5 proxies - source = gytparse-0.1.0.tar.gz::https://github.com/foucault/gytparse/archive/refs/tags/0.1.0.tar.gz - sha256sums = 5e2db560d47a59de93ee9faede223b616d1af9bf70c9881262c08bf990c9c846 + source = gytparse-0.1.1.tar.gz::https://github.com/foucault/gytparse/archive/refs/tags/0.1.1.tar.gz + sha256sums = 329c9ea71d398ec823ba5c5052f922d0754b2d7f0e337e596380d172e46bf4e7 pkgname = gytparse @@ -1,7 +1,7 @@ # Maintainer: Spyros Stathopoulos <spystath@gmail.com> pkgname=gytparse -pkgver=0.1.0 +pkgver=0.1.1 pkgrel=1 arch=(any) url='https://github.com/foucault/gytparse' @@ -10,9 +10,9 @@ license=(MPL2) depends=(libadwaita python-gobject python-requests yt-dlp mpv) 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/0.1.0.tar.gz") +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=('5e2db560d47a59de93ee9faede223b616d1af9bf70c9881262c08bf990c9c846') +sha256sums=('329c9ea71d398ec823ba5c5052f922d0754b2d7f0e337e596380d172e46bf4e7') build() { cd "${srcdir}/${pkgname}-${pkgver}" |