summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFanch2017-01-04 14:45:23 +0100
committerFanch2017-01-04 14:45:23 +0100
commiteddb30cf1be350122d46bb2211167c73b40b7c84 (patch)
treeb620d6d6e77aea34596eb4aa1b9fb059272c1dac
parent2cf3bfcdaa9f64b5dcf04ef0479f79d8eaa96eae (diff)
downloadaur-eddb30cf1be350122d46bb2211167c73b40b7c84.tar.gz
Update Version
-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
}