summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Malandrino2018-11-25 21:56:50 +0100
committerLucas Malandrino2018-11-25 21:56:50 +0100
commit0283464040e57d12e01b7bb61ba1b066bea3806d (patch)
tree653c32137c77a69924c7fa99b3271849d2b99855 /PKGBUILD
parent454db8c3a9e622eab50da12707dbd5e3ae833871 (diff)
downloadaur-0283464040e57d12e01b7bb61ba1b066bea3806d.tar.gz
Updated to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26132227c6a0..f5e3def719a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lucas Malandrino <lucas.malandrino@gmail.com>
pkgname='edex-ui'
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc="A science fiction desktop running everywhere. Awesome."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -13,15 +13,8 @@ depends=('gtk3'
makedepends=('npm')
provides=('edex-ui')
install="edex-ui.install"
-source=("https://github.com/GitSquared/${pkgname}/archive/v${pkgver}.tar.gz"
- "package.json.patch")
-sha256sums=('18840ed0b73806d70a9e33a9171f811245c692bba8c02aa44334c1ca5f9a14c7'
- '66752ffc06b44692892967689e320af41dcd1365cdfe578cddb3b6d1123888f2')
-
-prepare() {
- # Temp fix for the missing mail field that causes electron-builder to fail
- patch -p1 -i "${srcdir}/package.json.patch" "${srcdir}/${pkgname}-${pkgver}/src/package.json"
-}
+source=("https://github.com/GitSquared/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('bcddefb20c9adb2154570af7a1aefcf08f099e1a702006fd1b5f9a7a2ea1e0e2')
build() {
cd "${pkgname}-${pkgver}"