summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Saillard2021-03-20 15:17:54 +0100
committerGabriel Saillard2021-03-20 15:17:54 +0100
commitb5663589779499316c76d909ed524ae197a7399f (patch)
treedcb1f06c4cd4a5413223146b8f3662650f5e639a /PKGBUILD
parent38584ad4482ae24d883bffa41187bb4f0888fe45 (diff)
downloadaur-b5663589779499316c76d909ed524ae197a7399f.tar.gz
release v2.2.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"