summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")