summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFanch2020-12-11 18:52:37 +0100
committerFanch2020-12-11 18:52:37 +0100
commit48c77993c873aafad751dda5e88196ed3f298875 (patch)
tree4aee75a513e71f747921c8f9765183909fed7885
parent1eb161695aa3d086e9086551afd0909cd040b895 (diff)
downloadaur-48c77993c873aafad751dda5e88196ed3f298875.tar.gz
Update Version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a1a3acb3152..e9dbfe6e5eef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,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.2
pkgrel = 1
- url = http://piwigo.org/
+ url = https://piwigo.org/
install = piwigo.install
arch = any
license = GPL
@@ -13,7 +13,7 @@ pkgbase = piwigo
optdepends = php-apache: to use the Apache web server
options = emptydirs
backup = etc/webapps/piwigo/apache.conf
- source = http::http://piwigo.org/download/dlcounter.php?code=latest
+ source = http::https://piwigo.org/download/dlcounter.php?code=latest
source = apache.conf
source = piwigo.perm.sh
md5sums = 488174630af5fd3589301cb1d2ab3c66
diff --git a/PKGBUILD b/PKGBUILD
index 58fbb48c7f4f..37ced3e7930f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
-
pkgname=piwigo
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/"
+url="https://piwigo.org/"
license=("GPL")
optdepends=('php-apache: to use the Apache web server')
depends=("php" "php-gd" "mariadb")
@@ -13,9 +12,9 @@ backup=("etc/webapps/piwigo/apache.conf")
install=piwigo.install
options=(emptydirs)
-source=('http::http://piwigo.org/download/dlcounter.php?code=latest'
- 'apache.conf'
- 'piwigo.perm.sh')
+source=('http::https://piwigo.org/download/dlcounter.php?code=latest'
+ 'apache.conf'
+ 'piwigo.perm.sh')
md5sums=('488174630af5fd3589301cb1d2ab3c66'
'5d1da01ee31fa1ad7a2b7e11766ec1f7'
'a855fa62a5ae3595f3361ae42c3cdf2f')
@@ -23,7 +22,7 @@ md5sums=('488174630af5fd3589301cb1d2ab3c66'
pkgver() {
# curl -Is https://github.com/Piwigo/Piwigo/releases/latest | awk -F'/' '/^Location/ {print $NF}' | sed 's/[^[:print:]]//'
- curl -s http://piwigo.org/download/all_versions.php | head -1
+ curl -s https://piwigo.org/download/all_versions.php | head -1
}
@@ -39,7 +38,7 @@ package() {
install -D -m755 "${srcdir}/piwigo.perm.sh" "${pkgdir}/usr/bin/set-piwigo-perm"
### apache conf (optionnal)
- mkdir -p "${pkgdir}/etc/webapps/piwigo"
+ 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/