summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEarnestly2016-01-22 23:37:57 +0000
committerEarnestly2016-01-22 23:37:57 +0000
commitb1c92c52bccd1c999ca84a9162416130ca34b746 (patch)
treec126f9846f3fbd92b7f18177bcb5d16b53193de3
parente9e4abb09e0096b8bbec49f81947d9d138de7b37 (diff)
downloadaur-b1c92c52bccd1c999ca84a9162416130ca34b746.tar.gz
orbment: version bump
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD21
2 files changed, 16 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f2612caf8cf..e6ae18ed4d18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Jan 22 23:37:16 UTC 2016
pkgbase = orbment-git
- pkgdesc = A modular wayland compositor based on wlc.
+ pkgdesc = A modular wayland compositor based on wlc
pkgver = r485.4e39e9c
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/Cloudef/orbment
install = orbment-git.install
arch = i686
@@ -11,9 +13,9 @@ pkgbase = orbment-git
makedepends = cmake
makedepends = libpng
depends = wlc-git
- optdepends = weston: To test weston clients in orbment.
- optdepends = bemenu: Dynamic menu similar to dmenu for launching programs.
- optdepends = libpng: PNG screenshot compression.
+ optdepends = weston: test weston clients in orbment
+ optdepends = bemenu: dynamic menu similar to dmenu for launching programs
+ optdepends = libpng: PNG screenshot compression
provides = orbment
conflicts = orbment
options = debug
diff --git a/PKGBUILD b/PKGBUILD
index 22787b4800f0..559bd566d9fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,35 +1,32 @@
pkgname=orbment-git
pkgver=r485.4e39e9c
-pkgrel=1
+pkgrel=3
-pkgdesc='A modular wayland compositor based on wlc.'
+pkgdesc='A modular wayland compositor based on wlc'
url='https://github.com/Cloudef/orbment'
arch=('i686' 'x86_64')
license=('GPL')
+options=('debug' '!strip')
+
# This dependency should be 'wlc' but AUR helpers aren't capable of figuring
# out that the AUR package 'wlc-git' provides 'wlc'.
depends=('wlc-git')
makedepends=('git' 'cmake' 'libpng')
-optdepends=('weston: To test weston clients in orbment.'
- 'bemenu: Dynamic menu similar to dmenu for launching programs.'
- 'libpng: PNG screenshot compression.')
+optdepends=('weston: test weston clients in orbment'
+ 'bemenu: dynamic menu similar to dmenu for launching programs'
+ 'libpng: PNG screenshot compression')
provides=('orbment')
conflicts=('orbment')
-install='orbment-git.install'
-
source=('git+https://github.com/Cloudef/orbment'
'git+https://github.com/Cloudef/chck'
'git+https://github.com/Cloudef/inihck')
-sha1sums=('SKIP' 'SKIP' 'SKIP')
+install='orbment-git.install'
-# Once this software becomes more stable these requirements will be dropped but
-# for the time being I recommend leaving them enabled so you may contribute
-# useful backtraces to the developer and help remove any errors.
-options=('debug' '!strip')
+sha1sums=('SKIP' 'SKIP' 'SKIP')
pkgver() {
cd orbment