summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2020-11-23 20:52:04 +0000
committerJonas Heinrich2020-11-23 20:52:04 +0000
commita06f45c404d6315e06c9a6da51819a7093e28c10 (patch)
tree73942efa07bf5e1b8514c436db24b899213437be
parent2958b443231e6a0bdade9465fce0195225062cd6 (diff)
downloadaur-a06f45c404d6315e06c9a6da51819a7093e28c10.tar.gz
update to version 3.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3bd73e4f65a..adeb45451d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wordpress-plugin-lightbox-photoswipe
pkgdesc = Simple integration of PhotoSwipe to WordPress
- pkgver = 3.1.2
+ pkgver = 3.1.3
pkgrel = 1
url = https://github.com/arnowelzel/lightbox-photoswipe
arch = any
license = GPL2
depends = wordpress
options = !strip
- source = wordpress-plugin-lightbox-photoswipe-3.1.2.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.1.2.zip
- sha512sums = 25185d928b52b610b1a022f807161a8a0b92679ce33a49540d72735cd9069787e4845710916f6ea609eef54e515da265620eeaee6a3996bbd15c9b97113b135d
+ source = wordpress-plugin-lightbox-photoswipe-3.1.3.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.1.3.zip
+ sha512sums = 30e38950b8917fed32cbbd3e46c027f08bdfce314499cd7ce7e1e67c27995666f8ad04c0b2b955d95430d097cbe3a5dfdf3da6aaada61d6ec6f29c19c62c4b6a
pkgname = wordpress-plugin-lightbox-photoswipe
diff --git a/PKGBUILD b/PKGBUILD
index e736ba350d22..e4e75f7314dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-lightbox-photoswipe
-pkgver=3.1.2
+pkgver=3.1.3
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=('25185d928b52b610b1a022f807161a8a0b92679ce33a49540d72735cd9069787e4845710916f6ea609eef54e515da265620eeaee6a3996bbd15c9b97113b135d')
+sha512sums=('30e38950b8917fed32cbbd3e46c027f08bdfce314499cd7ce7e1e67c27995666f8ad04c0b2b955d95430d097cbe3a5dfdf3da6aaada61d6ec6f29c19c62c4b6a')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"