summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgaelic2016-05-28 11:36:02 +0200
committergaelic2016-05-28 11:36:02 +0200
commit8e1ddc5236701617aefc9150953147665033e4b2 (patch)
tree497521ef947c4eafbd0a50690e6a79641264062e /PKGBUILD
parent5e3804246c5227984685e03aeeff72aa176813c1 (diff)
downloadaur-8e1ddc5236701617aefc9150953147665033e4b2.tar.gz
autogen patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9282edc450fd..cf6370ebc366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=paper-icon-theme-git
-pkgver=368.45207e8
+pkgver=545.e456a0d
pkgrel=1
pkgdesc="Paper is an icon theme for GTK based desktops and fits perfectly the paper-gtk-theme"
arch=(any)
@@ -8,9 +8,11 @@ license=('CC BY-SA 4.0')
depends=('gtk-update-icon-cache')
makedepends=('git' 'automake')
provides=('paper-icon-theme')
-source=("$pkgname"::'git+https://github.com/snwh/paper-icon-theme.git')
+source=("$pkgname"::'git+https://github.com/snwh/paper-icon-theme.git'
+ "configure.ac.patch")
# Because the sources are not static, skip Git checksum:
-md5sums=('SKIP')
+md5sums=('SKIP'
+ '1aeca8418ee2f609ca5d86557ffcad89')
pkgver() {
cd "$srcdir/$pkgname"
@@ -18,7 +20,8 @@ pkgver() {
}
build() {
- cd "$srcdir/$pkgname"
+ cd $srcdir/$pkgname
+ patch configure.ac $srcdir/configure.ac.patch
./autogen.sh --prefix=/usr
make
}