summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772022-10-07 23:22:05 +0200
committerhawkeye1164772022-10-07 23:22:05 +0200
commit241901455fb15e6dca4cd9761a40799dc323c52e (patch)
treed379bd997d6992c6b85139ad580307ba693ed4e1
parent69993e14b750fe78bb884d294c726be12b43053c (diff)
downloadaur-241901455fb15e6dca4cd9761a40799dc323c52e.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 57f9a055c1d5..0692340d691a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = demoneditor-bin
pkgdesc = Enigma2 channel and satellite list editor.
- pkgver = 2.2.4
+ pkgver = 3.0.0
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.4-b1/DemonEditor-2.2.4-Beta.deb
- source = https://raw.githubusercontent.com/DYefremov/DemonEditor/2.2.4-b1/LICENSE
- sha256sums = 3908e3587e3e6306c8e1f4a62235ecc1aefa035e856e9b52858fd5ce6299f092
+ source = https://github.com/DYefremov/DemonEditor/releases/download/3.0.0-b1/DemonEditor-3.0.0-Beta.deb
+ source = https://raw.githubusercontent.com/DYefremov/DemonEditor/3.0.0-b1/LICENSE
+ sha256sums = 28fd3e7e20da236615e06894167b1977fce1252f68eb6bc0d18b724de25c020c
sha256sums = 04d9540a8d545d279f7857fa54f90c5f79f3ff3db261410e9aa8329447b81500
pkgname = demoneditor-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1486f1d00134..f7c5aa1004c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hawkeye116477 <hawkeye116477 at gmail.com>
_pkgname=DemonEditor
pkgname=demoneditor-bin
-pkgver=2.2.4
+pkgver=3.0.0
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=('3908e3587e3e6306c8e1f4a62235ecc1aefa035e856e9b52858fd5ce6299f092'
+sha256sums=('28fd3e7e20da236615e06894167b1977fce1252f68eb6bc0d18b724de25c020c'
'04d9540a8d545d279f7857fa54f90c5f79f3ff3db261410e9aa8329447b81500')
prepare() {