summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {