summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Horne2020-02-21 19:37:25 +1000
committerBrenton Horne2020-02-21 19:37:25 +1000
commitb840e73b4700dbd9ee8903ce7188b07f2f2cfb62 (patch)
tree03ca1d28ed60bd129f99dc5b182e0ac2dcdbccc9
parent19a1a43f8bf4d35adb40a0e55b135ed115f5a661 (diff)
downloadaur-moksha.tar.gz
OK, it is bumped but not building correctly
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da76fba440fd..58557875950e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Jul 10 20:29:27 UTC 2018
pkgbase = moksha
pkgdesc = A fork of the E17 window manager used by Bodhi Linux.
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = http://mokshadesktop.org
install = moksha.install
@@ -24,8 +22,8 @@ pkgbase = moksha
conflicts = enlightenment
backup = etc/enlightenment/sysactions.conf
backup = etc/xdg/menus/e-applications.menu
- source = https://github.com/JeffHoogland/moksha/archive/0.3.0.tar.gz
- sha256sums = b38c40ef5333a890eaab112c1594744d8acbbb895454baf91175c2949f6fa822
+ source = https://github.com/JeffHoogland/moksha/archive/0.3.1.tar.gz
+ sha256sums = 7c275c0141847103af83424b51053c6365416b6706ee8473a6372acf10e4de86
pkgname = moksha
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() {