summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba9e2f9b3a7f..5e3e2aa3108a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apkast
pkgdesc = Parse and analyse APK files
pkgver = 2.0
- pkgrel = 0
+ pkgrel = 1
url = https://gitlab.com/brn1337/apkast
arch = any
license = GPLv3
@@ -10,7 +10,7 @@ pkgbase = apkast
depends = bc
depends = unzip
depends = jadx
- source = https://gitlab.com/brn1337/apkast/-/archive/1.0/apkast-1.0.tar.gz
+ source = https://gitlab.com/brn1337/apkast/-/archive/2.0/apkast-2.0.tar.gz
sha256sums = SKIP
pkgname = apkast
diff --git a/PKGBUILD b/PKGBUILD
index 0d0c45389e3e..831f2719c2ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=apkast
pkgver=2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Parse and analyse APK files"
url="https://gitlab.com/brn1337/apkast"
license=('GPLv3')
arch=('any')
depends=('jq' 'bc' 'unzip' 'jadx')
makedepends=('make')
-source=("https://gitlab.com/brn1337/apkast/-/archive/1.0/apkast-1.0.tar.gz")
+source=("https://gitlab.com/brn1337/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=("SKIP")
package() {