summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2020-10-09 16:22:24 +0000
committerJonas Heinrich2020-10-09 16:22:24 +0000
commit2958b443231e6a0bdade9465fce0195225062cd6 (patch)
tree4e7253370de944290a2c83ddd0ec51ef55f6193f
parent000fc5a82f25c04c13faaacfe65007085f6fb842 (diff)
downloadaur-2958b443231e6a0bdade9465fce0195225062cd6.tar.gz
updated to version 3.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86154549352f..a3bd73e4f65a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wordpress-plugin-lightbox-photoswipe
pkgdesc = Simple integration of PhotoSwipe to WordPress
- pkgver = 3.1.1
+ pkgver = 3.1.2
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.1.2.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.1.2.zip
+ sha512sums = 25185d928b52b610b1a022f807161a8a0b92679ce33a49540d72735cd9069787e4845710916f6ea609eef54e515da265620eeaee6a3996bbd15c9b97113b135d
pkgname = wordpress-plugin-lightbox-photoswipe
diff --git a/PKGBUILD b/PKGBUILD
index b4bcc57f2a8f..e736ba350d22 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.1.2
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=('25185d928b52b610b1a022f807161a8a0b92679ce33a49540d72735cd9069787e4845710916f6ea609eef54e515da265620eeaee6a3996bbd15c9b97113b135d')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"