summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-03-25 10:01:07 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-03-25 10:01:07 (GMT)
commit75c24bb73482127a8b2f9ef794c79e2b5a597b85 (patch)
treebbd80db91d670bb0c610c33d0c13fc4ce3473886
parent3abadd5e08c9928b9abc303fa578fa5e43670657 (diff)
Fixed dependencies for Arch Linux.
-rw-r--r--archlinux/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD
index a90dfff..20ff157 100644
--- a/archlinux/PKGBUILD
+++ b/archlinux/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL3')
arch=("$CARCH")
# base-devel: autoconf automake bison flex gettext libtool
-makedepends=('git', 'pygobject-devel')
+makedepends=('git' 'pygobject-devel')
depends=('gtk3' 'libxml2' 'python' 'python-gobject' 'libarchive' 'sqlite' 'openssl')