summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3559fb48f370..64b59294def9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fgallery
pkgdesc = a modern, minimalist javascript photo gallery
pkgver = 1.9.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.thregr.org/~wavexx/software/fgallery/
arch = any
license = GPL2
@@ -16,7 +16,7 @@ pkgbase = fgallery
optdepends = jpegoptim: for JPEG size optimization
optdepends = pngcrush: for PNG size optimization
optdepends = python-pyqt6: for use with fcaption
- optdepends = libcpanel-json-xs-perl
+ optdepends = perl-cpanel-json-xs
source = https://www.thregr.org/~wavexx/software/fgallery/releases/fgallery-1.9.1.zip
sha256sums = 16f174c2445edf04cf506f7f18407191ac6f675078c0477d908f6b5111cac67d
diff --git a/PKGBUILD b/PKGBUILD
index 4379d1df8b1a..2639c43f1832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fgallery
pkgver=1.9.1
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc='a modern, minimalist javascript photo gallery'
url='https://www.thregr.org/~wavexx/software/fgallery/'
@@ -14,7 +14,7 @@ optdepends=('7-zip: for faster and higher-compression zip archiving'
'jpegoptim: for JPEG size optimization'
'pngcrush: for PNG size optimization'
'python-pyqt6: for use with fcaption'
- 'libcpanel-json-xs-perl'
+ 'perl-cpanel-json-xs'
)
source=("https://www.thregr.org/~wavexx/software/fgallery/releases/fgallery-${pkgver}.zip")
sha256sums=('16f174c2445edf04cf506f7f18407191ac6f675078c0477d908f6b5111cac67d')