summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel SAILLARD (GitSquared)2019-05-19 19:02:58 +0200
committerGabriel SAILLARD (GitSquared)2019-05-19 19:02:58 +0200
commitc13dd648d130f0b18b238b68665aa50cea81e6d0 (patch)
treedc9ed94f8b2849f6d21cf7ae8fc2adb9fe0a102f /PKGBUILD
parent5f3e6f8b43d7598b6ca4083b12dca79675b24623 (diff)
downloadaur-c13dd648d130f0b18b238b68665aa50cea81e6d0.tar.gz
Release v2.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b93ba659fae7..9a7b7a4eaf1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas Malandrino <lucas.malandrino@gmail.com>
# Co-maintainer & author of the original software: Gabriel "Squared" Saillard <squared@codebrew.fr>
pkgname='edex-ui'
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc="A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -15,7 +15,7 @@ makedepends=('npm')
provides=('edex-ui')
install="edex-ui.install"
source=("https://github.com/GitSquared/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('bc66a6ca7333ade8a090fa3a224fd5b099bc3b8c46825f3bfe749ad1eb77b65a')
+sha256sums=('c26cd2385c4442efbda068adf9de3e2dc2f782aef57973873060ca8eea923abf')
build() {
cd "${pkgname}-${pkgver}"