summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acb20215b45f..f6fc6284b532 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.8.3
+ pkgver = 2.8.5
pkgrel = 1
url = http://piwigo.org/
install = piwigo.install
diff --git a/PKGBUILD b/PKGBUILD
index 0abcd625a07a..2d59eadb9027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,8 @@ md5sums=('38ab182083e8e5ae6d5a51295305ae8b'
pkgver() {
- curl -Is https://github.com/Piwigo/Piwigo/releases/latest | awk -F'/' '/^Location/ {print $NF}' | sed 's/[^[:print:]]//'
+# 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
}