summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkurth4cker2021-06-01 14:02:27 +0300
committerkurth4cker2021-06-01 14:02:27 +0300
commit098496bbc726ea26bcd9755750d232f31c88cd0a (patch)
tree001fa156dab1742465edd56e11a37a59ee983c72
parente7c0037e6e1589e894c96e8efb282dc668fbea39 (diff)
downloadaur-khello.tar.gz
Some fixes. Thanks Mufflone.
https://aur.archlinux.org/account/Muflone
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da5074508d7d..b2febc2aba4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname='khello'
pkgver=0.9
-pkgrel=1
+pkgrel=3
arch=('x86_64')
url='https://kurth4cker.github.io/khello'
source=("http://launchpad.net/khello/trunk/$pkgver/+download/$pkgname-$pkgver.tar.xz")
md5sums=("915a399fa6b68100778fb7115bee67cd")
-description="Test and learning program created by kurth4cker."
+pkgdesc="Test and learning program created by kurth4cker."
license=("GPL")
depends=(glibc)