summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Malandrino2018-11-26 22:26:51 +0100
committerLucas Malandrino2018-11-26 22:26:51 +0100
commit6a8ed8f6198a0416b563c544befca2a636a2c2ad (patch)
tree57373c6c87b63676944d2e8466fb691df27a14c5 /PKGBUILD
parente97062ac16ec5f65083e95a4e9c24a1f17f985ae (diff)
downloadaur-6a8ed8f6198a0416b563c544befca2a636a2c2ad.tar.gz
Updated to 1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5e3def719a4..1d602ca41fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lucas Malandrino <lucas.malandrino@gmail.com>
pkgname='edex-ui'
-pkgver=1.1.0
+pkgver=1.1.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=('bcddefb20c9adb2154570af7a1aefcf08f099e1a702006fd1b5f9a7a2ea1e0e2')
+sha256sums=('78aabf062fef467ddfb730c4336c9446a1389efdf2b81240ba4fb4bc93abba8e')
build() {
cd "${pkgname}-${pkgver}"