summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2020-06-05 11:52:56 +0000
committerJonas Heinrich2020-06-05 11:52:56 +0000
commitbfebac6b96b396e4c816cbf6a7e435e66f0fbf5a (patch)
tree0e335fb3ec954b90c2f2b923cff66579115ca289
parent3005aa25dbbbef16ad6028f04e48b53e5aae18ee (diff)
downloadaur-bfebac6b96b396e4c816cbf6a7e435e66f0fbf5a.tar.gz
update to version 3.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0421676e313e..eedb8dccb40e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wordpress-plugin-lightbox-photoswipe
pkgdesc = Simple integration of PhotoSwipe to WordPress
- pkgver = 3.0
+ pkgver = 3.0.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.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.0.zip
- sha512sums = c50fe763580ea7e134ed81260e5b5d9e05ecb6b2e93fe9bdb5dc0fdc3e0919fc7d399cd2157fc330d1f5edff33da942f8ba9afa374f2d19f2051038cec461321
+ source = wordpress-plugin-lightbox-photoswipe-3.0.1.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.0.1.zip
+ sha512sums = 45fe6ee491d6420452d216fd4522d72c07b555eff3da13a5206f50332b7e34e2879e44842eefdef81e7f09fa212a36bd2c305a5f1f5efa2628aacd44bc9ee66b
pkgname = wordpress-plugin-lightbox-photoswipe
diff --git a/PKGBUILD b/PKGBUILD
index 442aac636bf8..71b2e056cab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-lightbox-photoswipe
-pkgver=3.0
+pkgver=3.0.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=('c50fe763580ea7e134ed81260e5b5d9e05ecb6b2e93fe9bdb5dc0fdc3e0919fc7d399cd2157fc330d1f5edff33da942f8ba9afa374f2d19f2051038cec461321')
+sha512sums=('45fe6ee491d6420452d216fd4522d72c07b555eff3da13a5206f50332b7e34e2879e44842eefdef81e7f09fa212a36bd2c305a5f1f5efa2628aacd44bc9ee66b')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"