summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bb961f7de4a..74e7d042bc0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = tt-rss-plugin-tumblr-gdpr
pkgdesc = Plugin for Tiny Tiny RSS to workaround GDPR in Europe
- pkgver = 2.2
+ pkgver = 2.3
pkgrel = 1
url = https://github.com/GregThib/ttrss-tumblr-gdpr
arch = any
license = GPL3
depends = tt-rss
- source = tt-rss-plugin-tumblr-gdpr-2.2.tar.gz::https://github.com/GregThib/ttrss-tumblr-gdpr/archive/v2.2.tar.gz
- md5sums = d557f5d06ca50bb85e111e67f66cf10c
+ source = tt-rss-plugin-tumblr-gdpr-2.3.tar.gz::https://github.com/GregThib/ttrss-tumblr-gdpr/archive/v2.3.tar.gz
+ md5sums = 0dbb17cc8f1af0f1a037c5190b096456
pkgname = tt-rss-plugin-tumblr-gdpr
-
diff --git a/PKGBUILD b/PKGBUILD
index 105f6dd4f321..0c3c615c6564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Arvedui <arvedui@posteo.de
pkgname=tt-rss-plugin-tumblr-gdpr
-pkgver=2.2
+pkgver=2.3
pkgrel=1
pkgdesc="Plugin for Tiny Tiny RSS to workaround GDPR in Europe"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('tt-rss')
makedepends=()
source=("$pkgname-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-md5sums=('d557f5d06ca50bb85e111e67f66cf10c')
+md5sums=('0dbb17cc8f1af0f1a037c5190b096456')
package() {
installdir="${pkgdir}/usr/share/webapps/tt-rss/plugins/tumblr_gdpr/"