summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2020-07-05 08:45:35 +0000
committerJonas Heinrich2020-07-05 08:45:35 +0000
commite3f3ed1e4ed351b48e8273d84926e32ce957093c (patch)
tree10dceb0da27abd43eb2007d46b929a48883cd3ca
parentb8c6e78a9243ffcf20641b1ce21b11996a50464d (diff)
downloadaur-e3f3ed1e4ed351b48e8273d84926e32ce957093c.tar.gz
updated to version 3.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5961d26b7a5..42326ec307a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wordpress-plugin-lightbox-photoswipe
pkgdesc = Simple integration of PhotoSwipe to WordPress
- pkgver = 3.0.3
+ pkgver = 3.0.4
pkgrel = 1
url = https://github.com/arnowelzel/lightbox-photoswipe
arch = any
license = GPL2
depends = wordpress
options = !strip
- source = wordpress-plugin-lightbox-photoswipe-3.0.3.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.0.3.zip
- sha512sums = d03109544d20aa012f7b283519e71d68493e4cc62f7ea0a586f217ae1ee2fdbdcf17389f5181d3d256cce9e66fda21598efd6b659b2f61d91b42b404d4d8ad43
+ source = wordpress-plugin-lightbox-photoswipe-3.0.4.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.0.4.zip
+ sha512sums = c382bb666de8af33ef9a30577a5c4985baa1d996a1917dea831b23e767e796e1386c1ed97b1079e410b345072e5bad28afdc1235841807e65067e07bf8ce886d
pkgname = wordpress-plugin-lightbox-photoswipe
diff --git a/PKGBUILD b/PKGBUILD
index 6f284126c079..55464c7f9255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-lightbox-photoswipe
-pkgver=3.0.3
+pkgver=3.0.4
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=('d03109544d20aa012f7b283519e71d68493e4cc62f7ea0a586f217ae1ee2fdbdcf17389f5181d3d256cce9e66fda21598efd6b659b2f61d91b42b404d4d8ad43')
+sha512sums=('c382bb666de8af33ef9a30577a5c4985baa1d996a1917dea831b23e767e796e1386c1ed97b1079e410b345072e5bad28afdc1235841807e65067e07bf8ce886d')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"