summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e52b9ec723f..c4a527ab0e0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brenton Horne <brentonhorne77 at gmail dot com>
pkgname=moksha
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="A fork of the E17 window manager used by Bodhi Linux."
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ conflicts=("enlightenment")
backup=('etc/enlightenment/sysactions.conf'
'etc/xdg/menus/e-applications.menu')
source=("https://github.com/JeffHoogland/moksha/archive/$pkgver.tar.gz")
-sha256sums=('b38c40ef5333a890eaab112c1594744d8acbbb895454baf91175c2949f6fa822')
+sha256sums=('7c275c0141847103af83424b51053c6365416b6706ee8473a6372acf10e4de86')
install='moksha.install'
build() {
@@ -33,6 +33,7 @@ build() {
--sysconfdir=/etc
make
+ printf "I know this currently fails to build; I do not know how to fix this error.\n If you know how to, please comments the solution on the AUR.\n"
}
package() {