summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772022-04-16 12:41:51 +0200
committerhawkeye1164772022-04-16 12:41:51 +0200
commitc2cdd5036ea94e00d60ca14b3cfd469d4c79ca67 (patch)
tree3318df16992d853b8691c64a63a9d9709bdb3f7e
parentb3ae2f44632346277c76d2aa30c041cd19637303 (diff)
downloadaur-c2cdd5036ea94e00d60ca14b3cfd469d4c79ca67.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 4492830ddb29..3a17037d2e6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = demoneditor-bin
pkgdesc = Enigma2 channel and satellite list editor.
- pkgver = 2.2.2
+ pkgver = 2.2.3
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.2-b1/DemonEditor-2.2.2-Beta.deb
- source = https://raw.githubusercontent.com/DYefremov/DemonEditor/2.2.2-b1/LICENSE
- sha256sums = 451c81690d4759cd9aa9ffac30768dfc3ebde219a6ec5145b242ecf66af71ddf
+ 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
sha256sums = 04d9540a8d545d279f7857fa54f90c5f79f3ff3db261410e9aa8329447b81500
pkgname = demoneditor-bin
diff --git a/PKGBUILD b/PKGBUILD
index d5089b7642f1..f3af15b5ed42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hawkeye116477 <hawkeye116477 at gmail.com>
_pkgname=DemonEditor
pkgname=demoneditor-bin
-pkgver=2.2.2
+pkgver=2.2.3
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=('451c81690d4759cd9aa9ffac30768dfc3ebde219a6ec5145b242ecf66af71ddf'
+sha256sums=('2b8864a04e5a808334a07b29a0f92c574f17e0f334c0c65fa0cc352a1184fd48'
'04d9540a8d545d279f7857fa54f90c5f79f3ff3db261410e9aa8329447b81500')
prepare() {