summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2019-11-06 23:41:26 +0100
committerfrederik2019-11-06 23:41:26 +0100
commitbbde01130996f1252cee93e53a965b65332eb283 (patch)
tree7ade4ea0a1ee54fd2357f55412ff7da7b8ab1705
parenta3c842855115d41e169fe49dfbd04c7e4d8e988e (diff)
downloadaur-bbde01130996f1252cee93e53a965b65332eb283.tar.gz
fix quoting in PKGBUILD header
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14ef913fb773..98a5200fcd79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=python-requests-gpgauthlib
pkgver=0.1.2
pkgrel=1
pkgdesc='A GPGAuth Client in Python'
-arch=(any)
+arch=('any')
url='https://github.com/liip/requests_gpgauthlib'
-license=(GPL3)
+license=('GPL3')
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/liip/requests_gpgauthlib/archive/${pkgver}.tar.gz")