summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd97b4ba38ec..577a4df1ad2f 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.4
+ pkgver = 1.5
pkgrel = 1
url = http://github.com/bbidulock/xde-theme
arch = i686
@@ -8,13 +8,13 @@ pkgbase = xde-theme
groups = xde
license = GPL3
depends = libxinerama
- depends = gdk-pixbuf2
+ depends = gdk-pixbuf-xlib
depends = libxrandr
depends = libsm
depends = imlib2
optdepends = xde-styles: for styles that work with xde-style
- source = https://github.com/bbidulock/xde-theme/releases/download/1.4/xde-theme-1.4.tar.lz
- sha256sums = 4c4441670ca29d844b5a4edf99742f24f2a891dc92385f927d269ad29b534e4b
+ source = https://github.com/bbidulock/xde-theme/releases/download/1.5/xde-theme-1.5.tar.lz
+ sha256sums = 194d4d9b5d376bd850340c5d44670040c4788b993219c1fb1dda511d2508f6c7
pkgname = xde-theme
diff --git a/PKGBUILD b/PKGBUILD
index dad7d3acd79a..189f40af14a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-theme
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="Theme and style setting utilities for the X Desktop Environment (XDE)"
arch=('i686' 'x86_64')
url="http://github.com/bbidulock/xde-theme"
groups=('xde')
license=('GPL3')
-depends=('libxinerama' 'gdk-pixbuf2' 'libxrandr' 'libsm' 'imlib2')
+depends=('libxinerama' 'gdk-pixbuf-xlib' 'libxrandr' 'libsm' 'imlib2')
optdepends=('xde-styles: for styles that work with xde-style')
source=("https://github.com/bbidulock/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.lz")
-sha256sums=('4c4441670ca29d844b5a4edf99742f24f2a891dc92385f927d269ad29b534e4b')
+sha256sums=('194d4d9b5d376bd850340c5d44670040c4788b993219c1fb1dda511d2508f6c7')
build() {
cd $pkgname-$pkgver