summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author5amu2021-05-21 22:34:01 +0200
committer5amu2021-05-21 22:34:01 +0200
commit2398289d0087282caa919e03a2768f61e72c54ab (patch)
treed77afacf296698eebd13dffd546a02aa5a52def3 /PKGBUILD
parent5fe1423e6d1173d24d5d28d02befb990f3854ab4 (diff)
downloadaur-apkast.tar.gz
Version 2 - correct typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {