summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2017-03-22 20:00:41 -0700
committerSchala2017-03-22 20:00:41 -0700
commitd2799efa29ed6266aeb9b63639ae79d1ec9ee720 (patch)
treea4645d3e850d716804dce26f8667f133b5600189
parent1b275c371767d5a31af34a512bd572971bc82c4e (diff)
downloadaur-d2799efa29ed6266aeb9b63639ae79d1ec9ee720.tar.gz
git makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4387d0cbf8a8..34a76477c1c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 15 22:39:30 UTC 2017
+# Thu Mar 23 03:00:29 UTC 2017
pkgbase = mingw-w64-libxslt
pkgdesc = XML stylesheet transformation library (mingw-w64)
pkgver = 1.1.29+42+gac341cbd
@@ -8,6 +8,7 @@ pkgbase = mingw-w64-libxslt
arch = any
license = custom
makedepends = mingw-w64-configure
+ makedepends = git
depends = mingw-w64-libxml2
depends = mingw-w64-libgcrypt
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 2546c2b085a9..edc17a56ad03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(any)
url="http://xmlsoft.org/XSLT/"
license=("custom")
depends=(mingw-w64-libxml2 mingw-w64-libgcrypt)
-makedepends=(mingw-w64-configure)
+makedepends=(mingw-w64-configure git)
options=(!strip staticlibs !buildflags !emptydirs)
source=("git://git.gnome.org/libxslt#commit=$_commit"
"libxslt-1.1.26-w64.patch"