summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpyros Stathopoulos2022-08-10 01:10:09 +0100
committerSpyros Stathopoulos2022-08-10 01:10:09 +0100
commit1a2259249314703a627024eb49d6fa6daa688e39 (patch)
tree6467e6c55405d8c6c8eae90b354684129d9feb15 /PKGBUILD
parent0b523903bda795d95dcb7086d2a297b55b7ece75 (diff)
downloadaur-gytparse.tar.gz
Update to 0.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1af4dea75aa0..042ae06cff89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Spyros Stathopoulos <spystath@gmail.com>
pkgname=gytparse
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
arch=(any)
url='https://github.com/foucault/gytparse'
@@ -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=('1c0d0e1f6f58d366ee7900fca9a07c20570b08948c2d68cf4fae63f7f3a2304e')
+sha256sums=('1b4d129d1f4454136897e81b4b82afd30aa9985b25f3b482c9991a3e4ceb73dc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"