summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5amu2021-05-21 22:34:01 +0200
committer5amu2021-05-21 22:34:01 +0200
commit2398289d0087282caa919e03a2768f61e72c54ab (patch)
treed77afacf296698eebd13dffd546a02aa5a52def3
parent5fe1423e6d1173d24d5d28d02befb990f3854ab4 (diff)
downloadaur-apkast.tar.gz
Version 2 - correct typo
-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() {