summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2020-05-17 08:45:53 +0000
committerJonas Heinrich2020-05-17 08:45:53 +0000
commit590fa3e368d531baab1f516f8db5bc2db18cc9de (patch)
treeab040529dea79e3be90986d995bad2f0a592dcf4
parente6caf3b1d261e6c89ef2770fe2d2e07bba34c009 (diff)
downloadaur-590fa3e368d531baab1f516f8db5bc2db18cc9de.tar.gz
updated to version 2.98
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc04acd99030..319e9b5cc565 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wordpress-plugin-lightbox-photoswipe
pkgdesc = Simple integration of PhotoSwipe to WordPress
- pkgver = 2.97
+ pkgver = 2.98
pkgrel = 1
url = https://github.com/arnowelzel/lightbox-photoswipe
arch = any
license = GPL2
depends = wordpress
options = !strip
- source = wordpress-plugin-lightbox-photoswipe-2.97.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.2.97.zip
- sha512sums = 74c318ecf3e989912ccf4e3df6183d9fe7680ecd2e590eb0d7ea08ddfab52158ef435efaa50e47c67b4211a738b80cf193f23e497f420f7f632083d6d2c91bfc
+ source = wordpress-plugin-lightbox-photoswipe-2.98.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.2.98.zip
+ sha512sums = f9751e99c9c6f4536869995dec5e2a18916889f13b7021c80badc1617fba56675349268c1105d59f8a8f9e8211692c0ab8a7b83fe960cf721366a5d90591c06a
pkgname = wordpress-plugin-lightbox-photoswipe
diff --git a/PKGBUILD b/PKGBUILD
index 10c00f0fd65b..dc35bed9059f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-lightbox-photoswipe
-pkgver=2.97
+pkgver=2.98
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=('74c318ecf3e989912ccf4e3df6183d9fe7680ecd2e590eb0d7ea08ddfab52158ef435efaa50e47c67b4211a738b80cf193f23e497f420f7f632083d6d2c91bfc')
+sha512sums=('f9751e99c9c6f4536869995dec5e2a18916889f13b7021c80badc1617fba56675349268c1105d59f8a8f9e8211692c0ab8a7b83fe960cf721366a5d90591c06a')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"