summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a9787557bce..b3205d70b9ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = deluge-plugins-autoremoveplus
pkgdesc = AutoRemovePlus is a plugin for Deluge that you can use to automatically remove torrents
- pkgver = 0.5.1
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/omaralvarez/deluge-autoremoveplus
arch = any
license = GPL3
depends = deluge
- noextract = AutoRemovePlus-0.5.1-py2.7.egg
- source = https://github.com/omaralvarez/deluge-autoremoveplus/releases/download/v0.5.1/AutoRemovePlus-0.5.1-py2.7.egg
- md5sums = 4efb70b58d1d244b89bbbfcb617edc6e
+ noextract = AutoRemovePlus-0.6.1-py2.7.egg
+ source = https://github.com/omaralvarez/deluge-autoremoveplus/releases/download/0.6.1/AutoRemovePlus-0.6.1-py2.7.egg
+ md5sums = 28416e2e49ed5c82c9b64029273d2618
pkgname = deluge-plugins-autoremoveplus
diff --git a/PKGBUILD b/PKGBUILD
index 8cf5a8358821..e9d4e603cf39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: kikadf <kikadf.01@gmail.com>
pkgname=deluge-plugins-autoremoveplus
-pkgver=0.5.1
+pkgver=0.6.1
pkgrel=1
pkgdesc="AutoRemovePlus is a plugin for Deluge that you can use to automatically remove torrents"
arch=('any')
url="https://github.com/omaralvarez/deluge-autoremoveplus"
license=(GPL3)
depends=('deluge')
-source=($url/releases/download/v$pkgver/AutoRemovePlus-$pkgver-py2.7.egg)
-md5sums=('4efb70b58d1d244b89bbbfcb617edc6e')
+source=($url/releases/download/$pkgver/AutoRemovePlus-$pkgver-py2.7.egg)
+md5sums=('28416e2e49ed5c82c9b64029273d2618')
noextract=(AutoRemovePlus-$pkgver-py2.7.egg)
package() {