diff options
author | Erich Eckner <git@eckner.net> | 2019-03-25 09:33:27 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-03-25 09:33:27 +0100 |
commit | 29280c3155bc6780caeab58034997acc50b39fb6 (patch) | |
tree | 89961d9cfe3a6aa59e19d29aa062be26a985bd9c /topal | |
parent | 88315bdf28baa03a582392337b7c242f5e9beb4a (diff) | |
download | archlinuxewe-29280c3155bc6780caeab58034997acc50b39fb6.tar.xz |
topal: fix pkgdesc
Diffstat (limited to 'topal')
-rw-r--r-- | topal/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/topal/PKGBUILD b/topal/PKGBUILD index 50c8ea0d5..89325c53b 100644 --- a/topal/PKGBUILD +++ b/topal/PKGBUILD @@ -5,8 +5,8 @@ pkgname=topal pkgver=80 pkgrel=1 -pkgdesc="Topal is a glue program that links GnuPG and Alpine" -arch=("i686" "x86_64") +pkgdesc='glue program that links GnuPG and Alpine' +arch=('i686' 'x86_64') url="https://zircon.org.uk/topal/rel-${pkgver}/" license=("GPL3") makedepends=("gcc-ada" "make" "lynx") |