summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772022-04-28 20:57:31 +0200
committerhawkeye1164772022-04-28 20:57:31 +0200
commit69993e14b750fe78bb884d294c726be12b43053c (patch)
treeace6fbfa5c87363e37f0ff0e5ebf60b38b51907f
parentc2cdd5036ea94e00d60ca14b3cfd469d4c79ca67 (diff)
downloadaur-69993e14b750fe78bb884d294c726be12b43053c.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a17037d2e6d..57f9a055c1d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = demoneditor-bin
pkgdesc = Enigma2 channel and satellite list editor.
- pkgver = 2.2.3
+ pkgver = 2.2.4
pkgrel = 1
url = https://dyefremov.github.io/DemonEditor/
arch = any
@@ -11,9 +11,9 @@ pkgbase = demoneditor-bin
depends = python-requests
optdepends = python-pillow
optdepends = python-chardet
- source = https://github.com/DYefremov/DemonEditor/releases/download/2.2.3-b1/DemonEditor-2.2.3-Beta.deb
- source = https://raw.githubusercontent.com/DYefremov/DemonEditor/2.2.3-b1/LICENSE
- sha256sums = 2b8864a04e5a808334a07b29a0f92c574f17e0f334c0c65fa0cc352a1184fd48
+ source = https://github.com/DYefremov/DemonEditor/releases/download/2.2.4-b1/DemonEditor-2.2.4-Beta.deb
+ source = https://raw.githubusercontent.com/DYefremov/DemonEditor/2.2.4-b1/LICENSE
+ sha256sums = 3908e3587e3e6306c8e1f4a62235ecc1aefa035e856e9b52858fd5ce6299f092
sha256sums = 04d9540a8d545d279f7857fa54f90c5f79f3ff3db261410e9aa8329447b81500
pkgname = demoneditor-bin
diff --git a/PKGBUILD b/PKGBUILD
index f3af15b5ed42..1486f1d00134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hawkeye116477 <hawkeye116477 at gmail.com>
_pkgname=DemonEditor
pkgname=demoneditor-bin
-pkgver=2.2.3
+pkgver=2.2.4
pkgrel=1
pkgdesc="Enigma2 channel and satellite list editor."
url="https://dyefremov.github.io/DemonEditor/"
@@ -13,7 +13,7 @@ source=(
"https://github.com/DYefremov/$_pkgname/releases/download/$pkgver-b$pkgrel/$_pkgname-$pkgver-Beta.deb"
"https://raw.githubusercontent.com/DYefremov/DemonEditor/$pkgver-b$pkgrel/LICENSE"
)
-sha256sums=('2b8864a04e5a808334a07b29a0f92c574f17e0f334c0c65fa0cc352a1184fd48'
+sha256sums=('3908e3587e3e6306c8e1f4a62235ecc1aefa035e856e9b52858fd5ce6299f092'
'04d9540a8d545d279f7857fa54f90c5f79f3ff3db261410e9aa8329447b81500')
prepare() {