summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-08-15 00:40:43 -0600
committerBrian Bidulock2017-08-15 00:40:43 -0600
commit6916ce79d6348be2b04d1bc2db22e249e57065ca (patch)
tree4efafb126eb5e8050d35dcee9cdf321c8b988a44
parentbcc5007075865f9636c8c963007dabc71d34f478 (diff)
downloadaur-icewm2.tar.gz
version 1.4.2-5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 124c823e2368..8f8874c7ee21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icewm2
pkgdesc = A window manager designed for speed, usability and consitency (enhanced)
pkgver = 1.4.2
- pkgrel = 4
+ pkgrel = 5
url = http://github.com/bbidulock/icewm
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = icewm2
depends = libxinerama
depends = libxft
depends = libsm
- depends = gdk-pixbuf2-xlib
+ depends = gdk-pixbuf2
depends = libsndfile
optdepends = icewm-extra-themes: extra themes
provides = icewm
diff --git a/PKGBUILD b/PKGBUILD
index f74dae0b1903..3f824bdd40c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=icewm2
_realname=icewm
pkgver=1.4.2
-pkgrel=4
+pkgrel=5
pkgdesc="A window manager designed for speed, usability and consitency (enhanced)"
arch=('i686' 'x86_64')
url="http://github.com/bbidulock/icewm"
@@ -11,7 +11,7 @@ license=('LGPL')
provides=($_realname)
conflicts=($_realname)
replaces=($_realname)
-depends=('libxrandr' 'libxinerama' 'libxft' 'libsm' 'gdk-pixbuf2-xlib' 'libsndfile')
+depends=('libxrandr' 'libxinerama' 'libxft' 'libsm' 'gdk-pixbuf2' 'libsndfile')
makedepends=('xorg-mkfontdir' 'linuxdoc-tools')
optdepends=('icewm-extra-themes: extra themes')
source=("https://github.com/bbidulock/$_realname/releases/download/$pkgver/$_realname-$pkgver.tar.bz2")