summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbemxio2023-10-08 23:21:49 +0200
committerbemxio2023-10-08 23:21:49 +0200
commitb61fcaccac06482de47f2fd05f0f09e125b2c5ec (patch)
treeb04abf37b132f2c54b772364de1039767f0cc8b4 /PKGBUILD
parentc7df59a2007eb400add06cdb8295e1da702a8642 (diff)
downloadaur-b61fcaccac06482de47f2fd05f0f09e125b2c5ec.tar.gz
add the missing dot to the package description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a096bd89bba..d414d448c6be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
_pkgname=android-apktool
pkgname=${_pkgname}-bin
-pkgdesc="A tool for reverse engineering Android apk files"
+pkgdesc="A tool for reverse engineering Android .apk files"
pkgver=2.9.0
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)