summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Saillard2020-12-10 23:57:35 +0100
committerGabriel Saillard2020-12-10 23:57:35 +0100
commite8b3c1558475a94fdba9f76cec897b43589df88d (patch)
tree600168c45aa756af7fde1f2a9f1c32822f40a67b
parent872950c15ec8112823c4e1d151429289d5a19381 (diff)
downloadaur-e8b3c1558475a94fdba9f76cec897b43589df88d.tar.gz
release v2.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07435743896d..30a7d48f69f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = edex-ui
pkgdesc = A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
- pkgver = 2.2.3
+ pkgver = 2.2.4
pkgrel = 1
url = https://github.com/GitSquared/edex-ui
install = edex-ui.install
@@ -16,8 +16,8 @@ pkgbase = edex-ui
depends = libxss
depends = nss
provides = edex-ui
- source = https://github.com/GitSquared/edex-ui/archive/v2.2.3.tar.gz
- sha256sums = 3aecdf71d9b31a6b562258e4c2eca500821e439d7afb58d827f48bbb6cea9b6b
+ source = https://github.com/GitSquared/edex-ui/archive/v2.2.4.tar.gz
+ sha256sums = 83dbbeccc9345301cf4e2f9590b775347c8fba320b3f97c3cbf6208bbfa096dd
pkgname = edex-ui
diff --git a/PKGBUILD b/PKGBUILD
index 4a4759ff2a1d..d1511f4146c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas Malandrino <lucas.malandrino@gmail.com>
# Co-maintainer & author of the original software: Gabriel Saillard <gabriel@saillard.dev>
pkgname='edex-ui'
-pkgver=2.2.3
+pkgver=2.2.4
pkgrel=1
pkgdesc="A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support."
arch=('i686' 'x86_64' 'aarch64')
@@ -17,7 +17,7 @@ makedepends=('nodejs-lts-erbium'
provides=('edex-ui')
install="edex-ui.install"
source=("https://github.com/GitSquared/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('3aecdf71d9b31a6b562258e4c2eca500821e439d7afb58d827f48bbb6cea9b6b')
+sha256sums=('83dbbeccc9345301cf4e2f9590b775347c8fba320b3f97c3cbf6208bbfa096dd')
build() {
cd "${pkgname}-${pkgver}"