summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86154549352f..1944511a67ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = wordpress-plugin-lightbox-photoswipe
pkgdesc = Simple integration of PhotoSwipe to WordPress
- pkgver = 3.1.1
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/arnowelzel/lightbox-photoswipe
arch = any
license = GPL2
depends = wordpress
options = !strip
- source = wordpress-plugin-lightbox-photoswipe-3.1.1.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.1.1.zip
- sha512sums = 74c6d91a90dd79fb8defab359df1475756dc2e7d730892c3a05230d7809d5b4e4b712a54d673cee5089c5cda9d04081cb5eae377491e8a7ea4da32aec2f3f0b1
+ source = wordpress-plugin-lightbox-photoswipe-3.2.1.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.2.1.zip
+ sha512sums = 8c4ab7fc21eea89fa78844239776a749590e36b1cdb6a81770c0b793f7f5d9c7a237e271fcc7ace8a7ac3076c3bbd576db130971b1e985e1590321a8650b83dd
pkgname = wordpress-plugin-lightbox-photoswipe
-
diff --git a/PKGBUILD b/PKGBUILD
index b4bcc57f2a8f..b7915c57c287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-lightbox-photoswipe
-pkgver=3.1.1
+pkgver=3.2.1
pkgrel=1
pkgdesc="Simple integration of PhotoSwipe to WordPress"
arch=('any')
@@ -12,7 +12,7 @@ depends=('wordpress')
makedepends=()
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.${pkgver}.zip")
-sha512sums=('74c6d91a90dd79fb8defab359df1475756dc2e7d730892c3a05230d7809d5b4e4b712a54d673cee5089c5cda9d04081cb5eae377491e8a7ea4da32aec2f3f0b1')
+sha512sums=('8c4ab7fc21eea89fa78844239776a749590e36b1cdb6a81770c0b793f7f5d9c7a237e271fcc7ace8a7ac3076c3bbd576db130971b1e985e1590321a8650b83dd')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"