summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2019-01-02 17:58:43 +0100
committerblubbblubb2019-01-02 17:58:43 +0100
commit1cad8ff13a427da25c6c3b5c75c69a39d9a55ed0 (patch)
treeedfa4de57d2d4caf217e6522d02c58e79d23167a
parent65d9ce4d4a48d486e4bd4125a60c7eefabe0595e (diff)
downloadaur-1cad8ff13a427da25c6c3b5c75c69a39d9a55ed0.tar.gz
update to v0.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d43afc6f2109..659e3ffca40f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nzb-monkey
pkgdesc = A Reference implementation of how to handle a NZBLNK-URI, with support for SABnzbd, NZBGet and Synology Download Station
- pkgver = v0.2.2
- pkgrel = 2
+ pkgver = v0.2.3
+ pkgrel = 1
url = https://nzblnk.info/nzb-monkey/
install = nzb-monkey.install
arch = any
@@ -13,9 +13,9 @@ pkgbase = nzb-monkey
depends = python-colorama
depends = python-cryptography
depends = xdg-utils
- source = https://github.com/nzblnk/nzb-monkey/releases/download/v0.2.2/nzbmonkey-v0.2.2-linux.tbz2
+ source = https://github.com/nzblnk/nzb-monkey/releases/download/v0.2.3/nzbmonkey-v0.2.3-linux.tbz2
source = konsole.patch
- sha256sums = c776e6a3c9e900c67cb96e9697a69b4e210a24d2e312cd89c97bdbac0e3035f1
+ sha256sums = 8edcb25c502e2d17d3aff980bdf53b150330fe6e0c247a221aa14113fd491433
sha256sums = 27c46e273704071aa0cf744b3d83fcc3194308f61b16eafbca9f62f0c565a4c3
pkgname = nzb-monkey
diff --git a/PKGBUILD b/PKGBUILD
index 4b1ee7210552..5483869ac85a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=nzb-monkey
_pkgname=nzbmonkey
-pkgver=v0.2.2
-pkgrel=2
+pkgver=v0.2.3
+pkgrel=1
pkgdesc="A Reference implementation of how to handle a NZBLNK-URI, with support for SABnzbd, NZBGet and Synology Download Station"
url="https://nzblnk.info/nzb-monkey/"
arch=("any")
@@ -13,7 +13,7 @@ depends=("python" "python-pyperclip" "python-requests" "python-configobj"
install="${pkgname}.install"
source=("https://github.com/nzblnk/${pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}-linux.tbz2"
'konsole.patch')
-sha256sums=('c776e6a3c9e900c67cb96e9697a69b4e210a24d2e312cd89c97bdbac0e3035f1'
+sha256sums=('8edcb25c502e2d17d3aff980bdf53b150330fe6e0c247a221aa14113fd491433'
'27c46e273704071aa0cf744b3d83fcc3194308f61b16eafbca9f62f0c565a4c3')
prepare() {