summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGitSquared2019-01-27 18:39:50 +0100
committerGitSquared2019-01-27 18:39:50 +0100
commit038317fdabbab24451b75714a7239ab95b9b30af (patch)
treec31be517c6c14d1903ee24eaaa23ac57ea960683 /PKGBUILD
parent22d63b3941c25c7543fba5ddaf8566aa0283c52c (diff)
downloadaur-038317fdabbab24451b75714a7239ab95b9b30af.tar.gz
Updated to 2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cec463beb4f..76f491807074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lucas Malandrino <lucas.malandrino@gmail.com>
pkgname='edex-ui'
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="A science fiction desktop running everywhere. Awesome."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -14,7 +14,7 @@ makedepends=('npm')
provides=('edex-ui')
install="edex-ui.install"
source=("https://github.com/GitSquared/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('6d20012e6db822bd80609c8f7349466d7baf79ed940c10c2b4613cf6a36f3e02')
+sha256sums=('cde43282cb9114e491e847c1a715a0629ab42036e94e85c502bd10857be0169c')
build() {
cd "${pkgname}-${pkgver}"