summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel SAILLARD (GitSquared)2019-04-29 20:06:33 +0200
committerGabriel SAILLARD (GitSquared)2019-04-29 20:06:33 +0200
commitf18b3b66231cd2676636a09338878e43f5982a9c (patch)
tree80c61c5d9c27ce6abfc66d7c7f187217e57faa2f /PKGBUILD
parent44a72afc7e9ea30c69a0db7054f5451a885fa80f (diff)
downloadaur-f18b3b66231cd2676636a09338878e43f5982a9c.tar.gz
Updated to v2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44507821f86f..2fef447f06f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# 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.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://github.com/GitSquared/edex-ui'
@@ -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=('f26eb98e4c2a76242a7579641fcf10ab17edc3dd9d0f3792c2d97be552dac304')
+sha256sums=('1795952533aac27b0ed3c70867bf8fb6230c2516d277f337480d01cd5f81123c')
build() {
cd "${pkgname}-${pkgver}"