summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry-Joseph Audéoud2022-01-12 15:27:40 +0100
committerHenry-Joseph Audéoud2022-01-12 15:27:40 +0100
commitde96abdbe0b7b83cfd44bdfa30bb8c1491465b32 (patch)
treeef9bec9380a19bbbbffbcf7a89bacedb3d725574
parentf0c79ad6642157aecf55b706f240a49eae96aa06 (diff)
downloadaur-de96abdbe0b7b83cfd44bdfa30bb8c1491465b32.tar.gz
upgpkg: piwigo 12.2.0-1
upstream release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78035edb3a5c..beed3b71c37d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = piwigo
pkgdesc = Photo gallery software for the web
- pkgver = 12.1.0
+ pkgver = 12.2.0
pkgrel = 1
url = https://piwigo.org/
arch = any
license = GPL
makedepends = unzip
- depends = php
- depends = mariadb
+ depends = php>=7.3
+ depends = mariadb>=10.1
optdepends = php-gd: graphic library (one graphic library is required)
optdepends = imagemagick: graphic library (one graphic library is required)
optdepends = php-apache: Apache Web Server (one web server is required)
@@ -20,19 +20,19 @@ pkgbase = piwigo
options = emptydirs
backup = etc/webapps/piwigo/apache.conf
backup = etc/php/php-fpm.d/piwigo.conf
- source = piwigo-12.1.0.zip::https://piwigo.org/download/dlcounter.php?code=12.1.0
+ source = piwigo-12.2.0.zip::https://piwigo.org/download/dlcounter.php?code=12.2.0
source = apache.conf
source = piwigo.perm.sh
source = nginx.conf
source = php-fpm.conf
source = php-fpm.service.conf
- md5sums = c6edb6d0617ccbdc27bf35e06efbaa96
+ md5sums = 678b3c33015357ff6e1c58ff981f4190
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
- sha256sums = 538c8b6974cf69720f683f082cf413db0e122e1ce52a81e491cd5145b8948e3c
+ sha256sums = 824ee83f46654b68962263567f2957933d75b2bac016e6dbb9ea9df9a2a86e88
sha256sums = 64435b2f5fe29ab6201e00a755bff5dbe77bc4450559a2668a21e750ce13f8be
sha256sums = 0e6d4af6552f4eead62825999eee115152cf5f884f2c65b759379ac5b15d36f7
sha256sums = 13db3e357bd30cab3ba9eb460e76ac9009cf974606ea55981d30c326db6db366
diff --git a/PKGBUILD b/PKGBUILD
index 29c8fda6fd03..f7c557e8628b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Co-maintainer: Henry-Joseph Audéoud <h.audeoud@gmail.com>
pkgname=piwigo
-pkgver=12.1.0
+pkgver=12.2.0
pkgrel=1
pkgdesc='Photo gallery software for the web'
arch=(any)
url="https://piwigo.org/"
license=("GPL")
-depends=('php' 'mariadb')
+depends=('php>=7.3' 'mariadb>=10.1')
optdepends=('php-gd: graphic library (one graphic library is required)'
'imagemagick: graphic library (one graphic library is required)'
'php-apache: Apache Web Server (one web server is required)'
@@ -28,9 +28,9 @@ source=("${pkgname}-${pkgver}.zip::https://piwigo.org/download/dlcounter.php?cod
'nginx.conf'
'php-fpm.conf'
'php-fpm.service.conf')
-md5sums=('c6edb6d0617ccbdc27bf35e06efbaa96' # Provided by upstream
+md5sums=('678b3c33015357ff6e1c58ff981f4190' # Provided by upstream
SKIP SKIP SKIP SKIP SKIP)
-sha256sums=('538c8b6974cf69720f683f082cf413db0e122e1ce52a81e491cd5145b8948e3c'
+sha256sums=('824ee83f46654b68962263567f2957933d75b2bac016e6dbb9ea9df9a2a86e88'
'64435b2f5fe29ab6201e00a755bff5dbe77bc4450559a2668a21e750ce13f8be'
'0e6d4af6552f4eead62825999eee115152cf5f884f2c65b759379ac5b15d36f7'
'13db3e357bd30cab3ba9eb460e76ac9009cf974606ea55981d30c326db6db366'
@@ -49,6 +49,7 @@ package() {
# Install doc
install -d "${pkgdir}/usr/share/doc/piwigo/"
mv -t "${pkgdir}/usr/share/doc/piwigo/" "${install_path}/docs"/*
+ rmdir "${install_path}/docs"
# Variable data directories. Should be in /var, but no way to change it in
# piwigo configuration (Bug Report?). So use symbolic links to allow that.