summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmiad2016-04-11 15:10:11 +0300
committerAmiad2016-04-11 15:10:11 +0300
commit9200618e6fcdd1892d333616d2fa335db71141ac (patch)
tree12910d1b973b3feac1f01a9ee6e67447dffb24be /PKGBUILD
parent231230ebced5d04def6912730568e30f8592d676 (diff)
downloadaur-9200618e6fcdd1892d333616d2fa335db71141ac.tar.gz
add gobject-introspection to make deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07cc3c5a59d5..a1329e09c054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,19 @@
pkgname=libhdate-glib
libname=libhdate-glib
pkgver=0.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="Gobject bindings for LibHdate. LibHdate is a small C,C++ library for Hebrew calendar, dates, holidays, and reading sequence (parasha)."
url="https://github.com/yaacov/libhdate-glib"
license=("GPL")
arch=('i686' 'x86_64')
depends=('libhdate>=1.6' 'vala')
-makedepends=("gcc" "autoconf" "automake")
+makedepends=("gcc" "autoconf" "automake" "gobject-introspection")
source=("https://github.com/yaacov/$libname/releases/download/v$pkgver/$libname-$pkgver.tar.bz2")
sha1sums=('07e1de96afdce84da1030c13ccab193e97d81292')
package() {
cd $srcdir/$libname-$pkgver
+ autoreconf -ivf
sed -i 's/ac_default_prefix=\/usr\/local/ac_default_prefix=\/usr/' ./configure
./configure --prefix=/usr
make