summaryrefslogtreecommitdiff
path: root/topal
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-25 09:33:27 +0100
committerErich Eckner <git@eckner.net>2019-03-25 09:33:27 +0100
commit29280c3155bc6780caeab58034997acc50b39fb6 (patch)
tree89961d9cfe3a6aa59e19d29aa062be26a985bd9c /topal
parent88315bdf28baa03a582392337b7c242f5e9beb4a (diff)
downloadarchlinuxewe.git.save-29280c3155bc6780caeab58034997acc50b39fb6.tar.xz
topal: fix pkgdesc
Diffstat (limited to 'topal')
-rw-r--r--topal/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/topal/PKGBUILD b/topal/PKGBUILD
index 50c8ea0d..89325c53 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")