summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKatie Wolfe2019-04-12 17:21:51 -0400
committerKatie Wolfe2019-04-12 17:21:51 -0400
commitd5c7fc107580591171f37eb8f22b524c368ab893 (patch)
treeaf3743e58d987ef38affb1d2b5201bba63e12914 /PKGBUILD
parent21f32c985509368dabf670a80445b47be4edecbf (diff)
downloadaur-d5c7fc107580591171f37eb8f22b524c368ab893.tar.gz
Add gconf as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06dac8e20e03..f308d0f14185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Katie Wolfe <katie@dnaf.moe>
pkgname=igdm
pkgver=2.6.4
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop application for Instagram DMs"
arch=('x86_64' 'i686')
url="https://github.com/ifedapoolarewaju/igdm"
license=('MIT')
groups=()
-depends=('glibc' 'gtk3' 'nss')
+depends=('glibc' 'gtk3' 'nss' 'gconf')
makedepends=('libarchive')
checkdepends=()
optdepends=()