summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFanch The System2020-02-06 12:36:22 +0100
committerFanch The System2020-02-06 12:36:22 +0100
commita06cbb5778bdfb5b3875aa71803b036ec38f71bc (patch)
treed86d4432c0c2088340139e5582e13643f886c1b3 /PKGBUILD
parente886d87385f66880f64b730481d0f3966ea935d2 (diff)
downloadaur-a06cbb5778bdfb5b3875aa71803b036ec38f71bc.tar.gz
Update Version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0069b946de75..8afdb71e1fbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=piwigo
pkgver=2.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="Piwigo is a photo gallery software for the web that comes with powerful features to publish and manage your collection of pictures."
arch=(any)
url="http://piwigo.org/"
@@ -41,5 +41,10 @@ package() {
### apache conf (optionnal)
mkdir -p "${pkgdir}/etc/webapps/piwigo"
install -m644 "${srcdir}/apache.conf" "${pkgdir}/etc/webapps/piwigo/apache.conf"
-
+ ## add 2 patch from pull request
+ cd ${pkgdir}/usr/share/webapps/piwigo/
+ curl https://github.com/Piwigo/Piwigo/commit/c6ed0b5838b6dbcbdcc5d9cddf2c66362cea4591.patch --output pull1.patch
+ curl https://github.com/Piwigo/Piwigo/commit/f1d1b55d82e9f2d77c5b54422bced31f44370ce0.patch --output pull2.patch
+ patch -p1 < pull1.patch
+ patch -p1 < pull2.patch
}