summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaemonLee2017-07-13 12:49:35 -0700
committerDaemonLee2017-07-13 12:49:35 -0700
commitfc4d7969849c537a25c61d2b58327a32c685cd31 (patch)
tree874b8eae96ec74a018f88f6b6349c1ee17299386
parent29f7fdb0190aa445980c9f066cb702f7d861ce61 (diff)
downloadaur-fc4d7969849c537a25c61d2b58327a32c685cd31.tar.gz
a fix
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57f13ce1c757..cc54b84e8737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# shellcheck shell=bash
# shellcheck disable=SC2034,SC2148,SC2154
+# Co-Maintainer: Daemon Lee Schmidt <DaemonLeeSchmidt@gmail.com>
# Maintainer: Zeke Sonxx <zeke@zekesonxx.com>
pkgname=fargo-git # '-bzr', '-git', '-hg' or '-svn'
pkgver=r19.2dd84e1
@@ -9,7 +10,7 @@ arch=('i686' 'x86_64')
url="https://github.com/DaemonLee/fargo"
license=('GPL3')
groups=()
-depends=('vips')
+depends=('libvips-git')
makedepends=('git' 'perl')
provides=("${pkgname%-VCS}")
conflicts=("${pkgname%-VCS}")