summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Saillard2021-03-20 15:17:54 +0100
committerGabriel Saillard2021-03-20 15:17:54 +0100
commitb5663589779499316c76d909ed524ae197a7399f (patch)
treedcb1f06c4cd4a5413223146b8f3662650f5e639a
parent38584ad4482ae24d883bffa41187bb4f0888fe45 (diff)
downloadaur-b5663589779499316c76d909ed524ae197a7399f.tar.gz
release v2.2.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 027caea5adf1..35eb573b7670 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = edex-ui
pkgdesc = A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
- pkgver = 2.2.6
+ pkgver = 2.2.7
pkgrel = 1
url = https://github.com/GitSquared/edex-ui
install = edex-ui.install
arch = i686
arch = x86_64
- arch = aarch64
license = GPL3
makedepends = nodejs-lts-erbium
makedepends = npm
@@ -16,8 +15,8 @@ pkgbase = edex-ui
depends = libxss
depends = nss
provides = edex-ui
- source = https://github.com/GitSquared/edex-ui/archive/v2.2.6.tar.gz
- sha256sums = 8de885afe42b5f76194a96a920da2241d49498afe61491b0dcf3d00015f6b5c0
+ source = https://github.com/GitSquared/edex-ui/archive/v2.2.7.tar.gz
+ sha256sums = d7a5b736cc2c7777d737bedd44374562382d288745f4fe20374c9c20c7c5fe28
pkgname = edex-ui
diff --git a/PKGBUILD b/PKGBUILD
index 75c356b20e2a..e7d4e9fd4a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# 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.6
+pkgver=2.2.7
pkgrel=1
pkgdesc="A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support."
-arch=('i686' 'x86_64' 'aarch64')
+arch=('i686' 'x86_64')
url='https://github.com/GitSquared/edex-ui'
license=('GPL3')
depends=('gtk3'
@@ -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=('8de885afe42b5f76194a96a920da2241d49498afe61491b0dcf3d00015f6b5c0')
+sha256sums=('d7a5b736cc2c7777d737bedd44374562382d288745f4fe20374c9c20c7c5fe28')
build() {
cd "${pkgname}-${pkgver}"