summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-08-15 00:45:49 -0600
committerBrian Bidulock2017-08-15 00:45:49 -0600
commit570a3454e2eb40f8b9dbca10e9afdd64b6850d96 (patch)
tree55ee438b5efbd8f0e38303f9d3a3c57e98626c96
parent43eab5ab06795735b4fb1c543abff2d5320b447d (diff)
downloadaur-570a3454e2eb40f8b9dbca10e9afdd64b6850d96.tar.gz
uppkg
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7531f4952245..da81e03a30bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icewm-git
pkgdesc = A window manager designed for speed, usability, and consistency
- pkgver = 1.4.2.105
+ pkgver = 1.4.2.134
pkgrel = 1
url = https://github.com/bbidulock/icewm
arch = i686
@@ -12,7 +12,7 @@ pkgbase = icewm-git
makedepends = asciidoctor
depends = libxft
depends = libxinerama
- depends = gdk-pixbuf2-xlib
+ depends = gdk-pixbuf2
depends = libxrandr
depends = libsndfile
depends = libsm
diff --git a/PKGBUILD b/PKGBUILD
index 423c8c883212..01e7cfc05846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=icewm-git
-pkgver=1.4.2.105
+pkgver=1.4.2.134
pkgrel=1
pkgdesc="A window manager designed for speed, usability, and consistency"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/bbidulock/icewm"
license=('LGPL')
provides=('icewm' 'icewm2')
conflicts=('icewm' 'icewm2' 'icwm-cvs' 'icwm-ak' 'icwm-init0' 'icwm-testing' 'icwm-zstegi')
-depends=('libxft' 'libxinerama' 'gdk-pixbuf2-xlib' 'libxrandr' 'libsndfile' 'libsm' 'fribidi')
+depends=('libxft' 'libxinerama' 'gdk-pixbuf2' 'libxrandr' 'libsndfile' 'libsm' 'fribidi')
makedepends=('git' 'xorg-mkfontdir' 'linuxdoc-tools' 'asciidoctor')
optdepends=('icewm-extra-themes: extra themes')
source=("$pkgname::git+https://github.com/bbidulock/icewm.git")