summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772023-05-11 12:41:45 +0200
committerhawkeye1164772023-05-11 12:41:45 +0200
commit00f8c83da0842477ee97045a1d4308b1878ef80a (patch)
tree4b60195c4a8df52e84302ab285744e9c1874d879
parentc2658d3306d7e774c0e34f49ea92fcdbacf21c2d (diff)
downloadaur-00f8c83da0842477ee97045a1d4308b1878ef80a.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 dbf560f1d148..c8f175436dff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = demoneditor-bin
pkgdesc = Enigma2 channel and satellite list editor.
- pkgver = 3.3.1
+ pkgver = 3.6.2
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.3.1-b1/DemonEditor-3.3.1-Beta.deb
- source = https://raw.githubusercontent.com/DYefremov/DemonEditor/3.3.1-b1/LICENSE
- sha256sums = 30b1603e6a99ea3cffd6f4e2b7fef04ad41aa83a62c6b35afa1803f0fcc2f714
+ 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
sha256sums = 2209a6597b6e8662386512435ffce07289926d496e7782c930285fcf9879deb6
pkgname = demoneditor-bin
diff --git a/PKGBUILD b/PKGBUILD
index dfe32a07d1fb..c65925d2b3c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hawkeye116477 <hawkeye116477 at gmail.com>
_pkgname=DemonEditor
pkgname=demoneditor-bin
-pkgver=3.3.1
+pkgver=3.6.2
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=('30b1603e6a99ea3cffd6f4e2b7fef04ad41aa83a62c6b35afa1803f0fcc2f714'
+sha256sums=('615ad9468f10d855b083a4f12b83525d208d88d48023f65257959572803d0545'
'2209a6597b6e8662386512435ffce07289926d496e7782c930285fcf9879deb6')
prepare() {