summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2020-08-30 11:21:34 +0000
committerJonas Heinrich2020-08-30 11:21:34 +0000
commit759b99ee88b8624416a6914dcb63bc7820c8dfe1 (patch)
tree21ce63b0c5eefa14b802b6816801eba53e3530af
parente3f3ed1e4ed351b48e8273d84926e32ce957093c (diff)
downloadaur-759b99ee88b8624416a6914dcb63bc7820c8dfe1.tar.gz
update to version 3.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42326ec307a9..028cb77f90cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wordpress-plugin-lightbox-photoswipe
pkgdesc = Simple integration of PhotoSwipe to WordPress
- pkgver = 3.0.4
+ pkgver = 3.0.8
pkgrel = 1
url = https://github.com/arnowelzel/lightbox-photoswipe
arch = any
license = GPL2
depends = wordpress
options = !strip
- source = wordpress-plugin-lightbox-photoswipe-3.0.4.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.0.4.zip
- sha512sums = c382bb666de8af33ef9a30577a5c4985baa1d996a1917dea831b23e767e796e1386c1ed97b1079e410b345072e5bad28afdc1235841807e65067e07bf8ce886d
+ source = wordpress-plugin-lightbox-photoswipe-3.0.8.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.0.8.zip
+ sha512sums = 3525b28ce012a794a899aca71c4e3651b6d3cce48fd55f031d940adf8e1ae81951ac8f3e38f285eaec53d63bf763ae5cc67f20117986ab9e1370d3fcf2a17bc6
pkgname = wordpress-plugin-lightbox-photoswipe
diff --git a/PKGBUILD b/PKGBUILD
index 55464c7f9255..33452ac8eba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-lightbox-photoswipe
-pkgver=3.0.4
+pkgver=3.0.8
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=('c382bb666de8af33ef9a30577a5c4985baa1d996a1917dea831b23e767e796e1386c1ed97b1079e410b345072e5bad28afdc1235841807e65067e07bf8ce886d')
+sha512sums=('3525b28ce012a794a899aca71c4e3651b6d3cce48fd55f031d940adf8e1ae81951ac8f3e38f285eaec53d63bf763ae5cc67f20117986ab9e1370d3fcf2a17bc6')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"