summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772023-08-03 15:44:24 +0200
committerhawkeye1164772023-08-03 15:44:24 +0200
commitc66290168bbeea0b849da76a49a875d5aa6f30d1 (patch)
tree1e395d02c580c2afbd1d5dccd0e39937efd51aa6
parent00f8c83da0842477ee97045a1d4308b1878ef80a (diff)
downloadaur-c66290168bbeea0b849da76a49a875d5aa6f30d1.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 c8f175436dff..655b6a44f252 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = demoneditor-bin
pkgdesc = Enigma2 channel and satellite list editor.
- pkgver = 3.6.2
+ pkgver = 3.7.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.6.2-b1/DemonEditor-3.6.2-Beta.deb
- source = https://raw.githubusercontent.com/DYefremov/DemonEditor/3.6.2-b1/LICENSE
- sha256sums = 615ad9468f10d855b083a4f12b83525d208d88d48023f65257959572803d0545
+ source = https://github.com/DYefremov/DemonEditor/releases/download/3.7.0-b1/DemonEditor-3.7.0-Beta.deb
+ source = https://raw.githubusercontent.com/DYefremov/DemonEditor/3.7.0-b1/LICENSE
+ sha256sums = b780f32d59a929508ea7daaec807149b3ad6eb10f6ad5c15b325bf4f0ffd39a6
sha256sums = 2209a6597b6e8662386512435ffce07289926d496e7782c930285fcf9879deb6
pkgname = demoneditor-bin
diff --git a/PKGBUILD b/PKGBUILD
index c65925d2b3c5..3b3f94704f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hawkeye116477 <hawkeye116477 at gmail.com>
_pkgname=DemonEditor
pkgname=demoneditor-bin
-pkgver=3.6.2
+pkgver=3.7.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=('615ad9468f10d855b083a4f12b83525d208d88d48023f65257959572803d0545'
+sha256sums=('b780f32d59a929508ea7daaec807149b3ad6eb10f6ad5c15b325bf4f0ffd39a6'
'2209a6597b6e8662386512435ffce07289926d496e7782c930285fcf9879deb6')
prepare() {