summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2020-09-16 09:37:14 +0000
committerJonas Heinrich2020-09-16 09:37:14 +0000
commit000fc5a82f25c04c13faaacfe65007085f6fb842 (patch)
tree97aa1f23401c490641091526c5f94c2c16e77d9d
parent759b99ee88b8624416a6914dcb63bc7820c8dfe1 (diff)
downloadaur-000fc5a82f25c04c13faaacfe65007085f6fb842.tar.gz
update to version 3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 028cb77f90cb..86154549352f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wordpress-plugin-lightbox-photoswipe
pkgdesc = Simple integration of PhotoSwipe to WordPress
- pkgver = 3.0.8
+ pkgver = 3.1.1
pkgrel = 1
url = https://github.com/arnowelzel/lightbox-photoswipe
arch = any
license = GPL2
depends = wordpress
options = !strip
- source = wordpress-plugin-lightbox-photoswipe-3.0.8.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.0.8.zip
- sha512sums = 3525b28ce012a794a899aca71c4e3651b6d3cce48fd55f031d940adf8e1ae81951ac8f3e38f285eaec53d63bf763ae5cc67f20117986ab9e1370d3fcf2a17bc6
+ source = wordpress-plugin-lightbox-photoswipe-3.1.1.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.1.1.zip
+ sha512sums = 74c6d91a90dd79fb8defab359df1475756dc2e7d730892c3a05230d7809d5b4e4b712a54d673cee5089c5cda9d04081cb5eae377491e8a7ea4da32aec2f3f0b1
pkgname = wordpress-plugin-lightbox-photoswipe
diff --git a/PKGBUILD b/PKGBUILD
index 33452ac8eba1..b4bcc57f2a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-lightbox-photoswipe
-pkgver=3.0.8
+pkgver=3.1.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=('3525b28ce012a794a899aca71c4e3651b6d3cce48fd55f031d940adf8e1ae81951ac8f3e38f285eaec53d63bf763ae5cc67f20117986ab9e1370d3fcf2a17bc6')
+sha512sums=('74c6d91a90dd79fb8defab359df1475756dc2e7d730892c3a05230d7809d5b4e4b712a54d673cee5089c5cda9d04081cb5eae377491e8a7ea4da32aec2f3f0b1')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"