summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2020-05-30 09:32:33 +0000
committerJonas Heinrich2020-05-30 09:32:33 +0000
commit3005aa25dbbbef16ad6028f04e48b53e5aae18ee (patch)
tree7b6f59c5c96dfe1ab388350f8dae64083046a61d
parent590fa3e368d531baab1f516f8db5bc2db18cc9de (diff)
downloadaur-3005aa25dbbbef16ad6028f04e48b53e5aae18ee.tar.gz
updated to version 3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 319e9b5cc565..0421676e313e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wordpress-plugin-lightbox-photoswipe
pkgdesc = Simple integration of PhotoSwipe to WordPress
- pkgver = 2.98
+ pkgver = 3.0
pkgrel = 1
url = https://github.com/arnowelzel/lightbox-photoswipe
arch = any
license = GPL2
depends = wordpress
options = !strip
- source = wordpress-plugin-lightbox-photoswipe-2.98.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.2.98.zip
- sha512sums = f9751e99c9c6f4536869995dec5e2a18916889f13b7021c80badc1617fba56675349268c1105d59f8a8f9e8211692c0ab8a7b83fe960cf721366a5d90591c06a
+ source = wordpress-plugin-lightbox-photoswipe-3.0.tar.gz::https://downloads.wordpress.org/plugin/lightbox-photoswipe.3.0.zip
+ sha512sums = c50fe763580ea7e134ed81260e5b5d9e05ecb6b2e93fe9bdb5dc0fdc3e0919fc7d399cd2157fc330d1f5edff33da942f8ba9afa374f2d19f2051038cec461321
pkgname = wordpress-plugin-lightbox-photoswipe
diff --git a/PKGBUILD b/PKGBUILD
index dc35bed9059f..442aac636bf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=wordpress-plugin-lightbox-photoswipe
-pkgver=2.98
+pkgver=3.0
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=('f9751e99c9c6f4536869995dec5e2a18916889f13b7021c80badc1617fba56675349268c1105d59f8a8f9e8211692c0ab8a7b83fe960cf721366a5d90591c06a')
+sha512sums=('c50fe763580ea7e134ed81260e5b5d9e05ecb6b2e93fe9bdb5dc0fdc3e0919fc7d399cd2157fc330d1f5edff33da942f8ba9afa374f2d19f2051038cec461321')
package() {
install -d "${pkgdir}/usr/share/webapps/wordpress/wp-content/plugins"