summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Saillard2021-10-18 22:52:02 +0200
committerGabriel Saillard2021-10-18 22:52:02 +0200
commit15f06d53c8c70244fbd5b310e3ba7b38e0578254 (patch)
treeaedbc575d1249af96a86758469108a180c3b9b61
parentb5663589779499316c76d909ed524ae197a7399f (diff)
downloadaur-15f06d53c8c70244fbd5b310e3ba7b38e0578254.tar.gz
chore: rel 2.2.8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35eb573b7670..3c0bff089d11 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.7
+ pkgver = 2.2.8
pkgrel = 1
url = https://github.com/GitSquared/edex-ui
install = edex-ui.install
@@ -15,8 +15,7 @@ pkgbase = edex-ui
depends = libxss
depends = nss
provides = edex-ui
- source = https://github.com/GitSquared/edex-ui/archive/v2.2.7.tar.gz
- sha256sums = d7a5b736cc2c7777d737bedd44374562382d288745f4fe20374c9c20c7c5fe28
+ source = https://github.com/GitSquared/edex-ui/archive/v2.2.8.tar.gz
+ sha256sums = c6a8ef34890c028ee2a1e4c64485db29d4d0aedda0d63c0fc5f8572d45226b51
pkgname = edex-ui
-
diff --git a/PKGBUILD b/PKGBUILD
index e7d4e9fd4a47..8ff5ac661883 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.7
+pkgver=2.2.8
pkgrel=1
pkgdesc="A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support."
arch=('i686' 'x86_64')
@@ -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=('d7a5b736cc2c7777d737bedd44374562382d288745f4fe20374c9c20c7c5fe28')
+sha256sums=('c6a8ef34890c028ee2a1e4c64485db29d4d0aedda0d63c0fc5f8572d45226b51')
build() {
cd "${pkgname}-${pkgver}"