summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFanch The System2020-03-29 16:21:58 +0200
committerFanch The System2020-03-29 16:21:58 +0200
commit1eb161695aa3d086e9086551afd0909cd040b895 (patch)
tree1f56dffcef0237b994f4a8eeedf32bd81bb57535 /PKGBUILD
parent7419770b9959bd4c353793c3c620b53a5af7e94e (diff)
downloadaur-1eb161695aa3d086e9086551afd0909cd040b895.tar.gz
Update Version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbf1d5d1c1fd..58fbb48c7f4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=piwigo
-pkgver=2.10.1
-pkgrel=3
+pkgver=2.10.2
+pkgrel=1
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/"
@@ -16,7 +16,7 @@ options=(emptydirs)
source=('http::http://piwigo.org/download/dlcounter.php?code=latest'
'apache.conf'
'piwigo.perm.sh')
-md5sums=('f4d494462ba44813edc40157adc438b7'
+md5sums=('488174630af5fd3589301cb1d2ab3c66'
'5d1da01ee31fa1ad7a2b7e11766ec1f7'
'a855fa62a5ae3595f3361ae42c3cdf2f')
@@ -42,11 +42,11 @@ package() {
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
- curl https://github.com/Piwigo/Piwigo/commit/53e52711236f3657d2b447726459f29fc1a1bb25.patch --output pull3.patch
- patch -p1 < pull1.patch
- patch -p1 < pull2.patch
- patch -p1 < pull3.patch
+ ## 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
}