summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHalosGhost2016-04-14 12:33:59 -0500
committerHalosGhost2016-04-14 12:33:59 -0500
commited22663a30b10eeb53f25371af33b0925714a360 (patch)
tree3d4fdc2c83d37a29b120956f8326b072a533c666
parente5428d32f0d9296e6e1dfe4d42395c301c991c8c (diff)
downloadaur-ed22663a30b10eeb53f25371af33b0925714a360.tar.gz
Add git to makedeps (thanks oats!)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 498efc57b8cf..3f239b16db11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Apr 14 17:33:43 UTC 2016
pkgbase = libsixel-git
pkgdesc = A lightweight, fast implementation of DEC SIXEL graphics codec
pkgver = r1938.8849016
@@ -6,6 +8,7 @@ pkgbase = libsixel-git
arch = x86_64
arch = i686
license = MIT
+ makedepends = git
depends = curl
depends = libjpeg-turbo
depends = libpng
diff --git a/PKGBUILD b/PKGBUILD
index 149ab71e6b16..8bd331eabe91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc='A lightweight, fast implementation of DEC SIXEL graphics codec'
arch=('x86_64' 'i686')
url='https://github.com/saitoha/libsixel'
license=('MIT')
+makedepends=('git')
depends=('curl' 'libjpeg-turbo' 'libpng')
source=("git+https://github.com/saitoha/libsixel")