summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2022-01-19 10:06:24 +0100
committerfordprefect2022-01-19 10:06:24 +0100
commit184c178dfa4f1202f9400f6cb6a2bc12e89eb213 (patch)
treee5fd36272711ef786e2fc7126fc21f0133b68100
parent16fe1d9f963f977150de8952ce400ad5a12d8f18 (diff)
downloadaur-184c178dfa4f1202f9400f6cb6a2bc12e89eb213.tar.gz
1.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e24d0e6e7dfe..66ec7e46887d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = googleplay
pkgdesc = Download APK from Google Play or send API requests
- pkgver = 1.5.4
+ pkgver = 1.5.9
pkgrel = 1
url = https://github.com/89z/googleplay
arch = i686
arch = x86_64
license = OSL
makedepends = go
- source = googleplay-1.5.4.tar.gz::https://github.com/89z/googleplay/archive/refs/tags/v1.5.4.tar.gz
- md5sums = ccd84c8aa9256651a5ccc3c029aa0601
+ source = googleplay-1.5.9.tar.gz::https://github.com/89z/googleplay/archive/refs/tags/v1.5.9.tar.gz
+ md5sums = ef9ef0aca6e2bb054028b42bf2289301
pkgname = googleplay
diff --git a/PKGBUILD b/PKGBUILD
index 62250342c140..e28acce1d872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=googleplay
-pkgver=1.5.4
+pkgver=1.5.9
pkgrel=1
pkgdesc="Download APK from Google Play or send API requests"
url="https://github.com/89z/googleplay"
@@ -9,7 +9,7 @@ depends=()
makedepends=("go")
#optdepends=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/89z/googleplay/archive/refs/tags/v$pkgver.tar.gz")
-md5sums=('ccd84c8aa9256651a5ccc3c029aa0601')
+md5sums=('ef9ef0aca6e2bb054028b42bf2289301')
build() {
cd "$srcdir/$pkgname-$pkgver"