summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfusion8092016-10-30 21:34:24 +1000
committerfusion8092016-10-30 21:34:24 +1000
commit16ddc017d54f7847765397cdffa6225f4c57fd58 (patch)
tree4031b5301117ff4ff2a67a00c3c26d97040417f2
parent1a77e4749ceed5368e54d9095d4884683da46ee8 (diff)
downloadaur-16ddc017d54f7847765397cdffa6225f4c57fd58.tar.gz
Updating
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dab4a50e43e..e1ea62cdbed7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Sep 21 06:58:42 UTC 2016
+# Sun Oct 30 11:34:24 UTC 2016
pkgbase = moksha
pkgdesc = A fork of the E17 window manager used by Bodhi Linux.
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
url = http://mokshadesktop.org
install = moksha.install
arch = i686
@@ -11,8 +11,7 @@ pkgbase = moksha
license = BSD
depends = desktop-file-utils
depends = e_dbus
- depends = efl>1.17
- depends = elementary
+ depends = efl>1.18
optdepends = acpid: power events on laptop lid close
optdepends = bc: calculator in everything module
optdepends = connman: network module
@@ -24,8 +23,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.2.0.tar.gz
- sha256sums = f03601558902b9f9b286d85aa5da418dfa74acf3e3947992dcb131cc0e44994e
+ source = https://github.com/JeffHoogland/moksha/archive/0.2.1.tar.gz
+ sha256sums = 1c838cef42fca07b7162c1b9907a345946acb669008899c7ecc42a86774cf16e
pkgname = moksha
diff --git a/PKGBUILD b/PKGBUILD
index eeb12663a4ec..b8124e1de057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Brenton Horne <brentonhorne77 at gmail dot com>
pkgname=moksha
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="A fork of the E17 window manager used by Bodhi Linux."
arch=('i686' 'x86_64')
url="http://mokshadesktop.org"
license=('BSD')
-depends=('desktop-file-utils' 'e_dbus' 'efl>1.17' 'elementary')
+depends=('desktop-file-utils' 'e_dbus' 'efl>1.18')
optdepends=('acpid: power events on laptop lid close'
'bc: calculator in everything module'
'connman: network module'
@@ -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=('f03601558902b9f9b286d85aa5da418dfa74acf3e3947992dcb131cc0e44994e')
+sha256sums=('1c838cef42fca07b7162c1b9907a345946acb669008899c7ecc42a86774cf16e')
install='moksha.install'
build() {