summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-06-27 01:13:18 -0600
committerBrian Bidulock2017-06-27 01:13:18 -0600
commitb41ae0edbadc4b7898d05a17d51c4cc4ff2bef63 (patch)
tree16ec17bd7863db8ca45e8afa8e346a64499006d6
parent3a6d04a148645209d2b99e958231e9d9c7a4c5e4 (diff)
downloadaur-b41ae0edbadc4b7898d05a17d51c4cc4ff2bef63.tar.gz
version 1.2.4-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe0e6df57708..a40af87cfbde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-theme
pkgdesc = Theme and style setting utilities for the X Desktop Environment (XDE)
- pkgver = 1.1.154
+ pkgver = 1.2.4
pkgrel = 1
url = http://github.com/bbidulock/xde-theme
arch = i686
@@ -12,6 +12,7 @@ pkgbase = xde-theme
depends = gdk-pixbuf2
depends = libxrandr
depends = libsm
+ depends = imlib2
optdepends = xde-styles: for styles that work with xde-style
source = xde-theme::git://github.com/bbidulock/xde-theme.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 511df5f42b47..e734d48da341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-theme
-pkgver=1.1.154
+pkgver=1.2.4
pkgrel=1
pkgdesc="Theme and style setting utilities for the X Desktop Environment (XDE)"
groups=('xde')
arch=('i686' 'x86_64')
license=('GPL3')
url="http://github.com/bbidulock/xde-theme"
-depends=('libxinerama' 'gdk-pixbuf2' 'libxrandr' 'libsm')
+depends=('libxinerama' 'gdk-pixbuf2' 'libxrandr' 'libsm' 'imlib2')
optdepends=('xde-styles: for styles that work with xde-style')
makedepends=('git')
source=("$pkgname::git://github.com/bbidulock/$pkgname.git")
@@ -15,7 +15,7 @@ md5sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --always | sed 's|-|.|g;s|[.]g[a-f0-9]*$||'
+ git describe --long --tags | sed 's|-|.|g;s|[.]g[a-f0-9]*$||'
}
prepare() {