summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFanch The System2020-02-12 15:14:45 +0100
committerFanch The System2020-02-12 15:14:45 +0100
commit7419770b9959bd4c353793c3c620b53a5af7e94e (patch)
tree6262f9453eb134daed7fc0ce3efe26788fa4042f
parenta06cbb5778bdfb5b3875aa71803b036ec38f71bc (diff)
downloadaur-7419770b9959bd4c353793c3c620b53a5af7e94e.tar.gz
Update Version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6288c55d50a1..6d60c35540ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = piwigo
pkgdesc = Piwigo is a photo gallery software for the web that comes with powerful features to publish and manage your collection of pictures.
pkgver = 2.10.1
- pkgrel = 2
+ pkgrel = 3
url = http://piwigo.org/
install = piwigo.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 8afdb71e1fbf..fbf1d5d1c1fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=piwigo
pkgver=2.10.1
-pkgrel=2
+pkgrel=3
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/"
@@ -45,6 +45,8 @@ package() {
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
+ curl https://github.com/Piwigo/Piwigo/commit/53e52711236f3657d2b447726459f29fc1a1bb25.patch --output pull3.patch
patch -p1 < pull1.patch
patch -p1 < pull2.patch
+ patch -p1 < pull3.patch
}