summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772023-12-19 12:03:38 +0100
committerhawkeye1164772023-12-19 12:03:38 +0100
commite902f5d99d669754a8c0b945ea65003b2d5c5893 (patch)
treef9347aec022a4da14cbf37271264cd3bac36be13
parentc66290168bbeea0b849da76a49a875d5aa6f30d1 (diff)
downloadaur-e902f5d99d669754a8c0b945ea65003b2d5c5893.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 655b6a44f252..a2ad187fe88f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = demoneditor-bin
pkgdesc = Enigma2 channel and satellite list editor.
- pkgver = 3.7.0
+ pkgver = 3.8.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.7.0-b1/DemonEditor-3.7.0-Beta.deb
- source = https://raw.githubusercontent.com/DYefremov/DemonEditor/3.7.0-b1/LICENSE
- sha256sums = b780f32d59a929508ea7daaec807149b3ad6eb10f6ad5c15b325bf4f0ffd39a6
+ source = https://github.com/DYefremov/DemonEditor/releases/download/3.8.0-b1/DemonEditor-3.8.0-Beta.deb
+ source = https://raw.githubusercontent.com/DYefremov/DemonEditor/3.8.0-b1/LICENSE
+ sha256sums = c056f1dce23621dba0b816d2c7307ed7ba7960937b7cfd4ea169d5aa5d27e556
sha256sums = 2209a6597b6e8662386512435ffce07289926d496e7782c930285fcf9879deb6
pkgname = demoneditor-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3b3f94704f23..daac3fa2f93e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hawkeye116477 <hawkeye116477 at gmail.com>
_pkgname=DemonEditor
pkgname=demoneditor-bin
-pkgver=3.7.0
+pkgver=3.8.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=('b780f32d59a929508ea7daaec807149b3ad6eb10f6ad5c15b325bf4f0ffd39a6'
+sha256sums=('c056f1dce23621dba0b816d2c7307ed7ba7960937b7cfd4ea169d5aa5d27e556'
'2209a6597b6e8662386512435ffce07289926d496e7782c930285fcf9879deb6')
prepare() {