summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2021-07-11 19:08:29 +0200
committerblubbblubb2021-07-11 19:08:29 +0200
commit979e06f904bb6fa16d2054ae42553b1b51810d98 (patch)
tree4aabcc3dd67d4c8fe24ec6323012e6e77ba9b41a
parentc5076e8eabb75c17207c10c76fd7e2ec89d7b126 (diff)
downloadaur-979e06f904bb6fa16d2054ae42553b1b51810d98.tar.gz
update to v0.2.7, remove konsole.patch
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
-rw-r--r--konsole.patch4
3 files changed, 6 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec257afab0f5..79fa67e8acf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.6
+ pkgver = v0.2.7
pkgrel = 1
url = https://nzblnk.info/nzb-monkey/
install = nzb-monkey.install
@@ -13,10 +13,7 @@ pkgbase = nzb-monkey
depends = python-colorama
depends = python-cryptography
depends = xdg-utils
- source = https://github.com/nzblnk/nzb-monkey/releases/download/v0.2.6/nzbmonkey-v0.2.6-linux.tbz2
- source = konsole.patch
- sha256sums = ef8f6d60b061fb9a6ce6af60dc4a37e107a5283c3a1ab130c9540a0a8e5f64e1
- sha256sums = 27c46e273704071aa0cf744b3d83fcc3194308f61b16eafbca9f62f0c565a4c3
+ source = https://github.com/nzblnk/nzb-monkey/releases/download/v0.2.7/nzbmonkey-v0.2.7-linux.tbz2
+ sha256sums = e49389c00403678e90813705c66a94459b9084519aae69ad8d0ac249e0ee487e
pkgname = nzb-monkey
-
diff --git a/PKGBUILD b/PKGBUILD
index 2fbbcc12cf31..262f5f6c6573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nzb-monkey
_pkgname=nzbmonkey
-pkgver=v0.2.6
+pkgver=v0.2.7
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/"
@@ -11,10 +11,8 @@ license=("MIT")
depends=("python" "python-pyperclip" "python-requests" "python-configobj"
"python-colorama" "python-cryptography" "xdg-utils")
install="${pkgname}.install"
-source=("https://github.com/nzblnk/${pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}-linux.tbz2"
- 'konsole.patch')
-sha256sums=('ef8f6d60b061fb9a6ce6af60dc4a37e107a5283c3a1ab130c9540a0a8e5f64e1'
- '27c46e273704071aa0cf744b3d83fcc3194308f61b16eafbca9f62f0c565a4c3')
+source=("https://github.com/nzblnk/${pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}-linux.tbz2")
+sha256sums=('e49389c00403678e90813705c66a94459b9084519aae69ad8d0ac249e0ee487e')
prepare() {
# change to global folder instead of homepath
@@ -23,8 +21,6 @@ prepare() {
# dont open cfg file automatically
sed -i "s+Popen(\['xdg-open', cfg.filename\])+pass+g" "${srcdir}/${_pkgname}-${pkgver}-linux/nzblnkconfig.py"
-
- patch "${srcdir}/${_pkgname}-${pkgver}-linux/nzblnkconfig.py" "${srcdir}"/konsole.patch
}
package() {
diff --git a/konsole.patch b/konsole.patch
deleted file mode 100644
index ae706d11518b..000000000000
--- a/konsole.patch
+++ /dev/null
@@ -1,4 +0,0 @@
-117c117
-< 'command': '--caption "{0}" --hide-menubar --hide-tabbar --workdir="{1}" --nofork -e "{2} %u"'},
----
-> 'command': '--hide-menubar --hide-tabbar --workdir="{1}" --nofork -e "{2} %u"'},