summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitSquared2019-02-26 19:41:30 +0100
committerGitSquared2019-02-26 19:41:30 +0100
commitdd935bc0507004bf5c502460e2e234b1a9adef8d (patch)
treea2bd7c46330715d66ac12eb3df42ad4b644869c8
parent4c662ef91c586b4dc69954f846715500a25bdb6c (diff)
downloadaur-dd935bc0507004bf5c502460e2e234b1a9adef8d.tar.gz
Release v2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a553eda8700f..aef432540a24 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.0.1
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/GitSquared/edex-ui
install = edex-ui.install
@@ -15,8 +15,8 @@ pkgbase = edex-ui
depends = libxss
depends = nss
provides = edex-ui
- source = https://github.com/GitSquared/edex-ui/archive/v2.0.1.tar.gz
- sha256sums = cde43282cb9114e491e847c1a715a0629ab42036e94e85c502bd10857be0169c
+ source = https://github.com/GitSquared/edex-ui/archive/v2.1.0.tar.gz
+ sha256sums = 48d6bcdb037a7268eb6498234f1c42ae97e54d1c45cef944a559dcb852d139e8
pkgname = edex-ui
diff --git a/PKGBUILD b/PKGBUILD
index e2e9ba2ebc0f..dcacc1166f2c 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.0.1
+pkgver=2.1.0
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=('cde43282cb9114e491e847c1a715a0629ab42036e94e85c502bd10857be0169c')
+sha256sums=('48d6bcdb037a7268eb6498234f1c42ae97e54d1c45cef944a559dcb852d139e8')
build() {
cd "${pkgname}-${pkgver}"