summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772022-11-26 13:13:25 +0100
committerhawkeye1164772022-11-26 13:13:25 +0100
commitfd88414894bc1045e7794346279998bd3367afbf (patch)
tree25acb9167e5681e0c50204a201237043f519accd
parent241901455fb15e6dca4cd9761a40799dc323c52e (diff)
downloadaur-fd88414894bc1045e7794346279998bd3367afbf.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 0692340d691a..6179ed37f4fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = demoneditor-bin
pkgdesc = Enigma2 channel and satellite list editor.
- pkgver = 3.0.0
+ pkgver = 3.1.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/3.0.0-b1/DemonEditor-3.0.0-Beta.deb
- source = https://raw.githubusercontent.com/DYefremov/DemonEditor/3.0.0-b1/LICENSE
- sha256sums = 28fd3e7e20da236615e06894167b1977fce1252f68eb6bc0d18b724de25c020c
+ source = https://github.com/DYefremov/DemonEditor/releases/download/3.1.0-b1/DemonEditor-3.1.0-Beta.deb
+ source = https://raw.githubusercontent.com/DYefremov/DemonEditor/3.1.0-b1/LICENSE
+ sha256sums = 6623f0ca50b264705488520e13b73a39be3794d6f5975dcc842d6694abd0b357
sha256sums = 04d9540a8d545d279f7857fa54f90c5f79f3ff3db261410e9aa8329447b81500
pkgname = demoneditor-bin
diff --git a/PKGBUILD b/PKGBUILD
index f7c5aa1004c8..a1fff65acba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hawkeye116477 <hawkeye116477 at gmail.com>
_pkgname=DemonEditor
pkgname=demoneditor-bin
-pkgver=3.0.0
+pkgver=3.1.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=('28fd3e7e20da236615e06894167b1977fce1252f68eb6bc0d18b724de25c020c'
+sha256sums=('6623f0ca50b264705488520e13b73a39be3794d6f5975dcc842d6694abd0b357'
'04d9540a8d545d279f7857fa54f90c5f79f3ff3db261410e9aa8329447b81500')
prepare() {