summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-08-02 20:32:33 -0600
committerBrian Bidulock2017-08-02 20:32:33 -0600
commit31a90ac5b014c041586808d417843f10d26a1952 (patch)
tree01e956496864a84131e8896f2a3c0da129ee47a6
parent208ff3d7ea8d9d354313df4740f8fd1c21f07b3a (diff)
downloadaur-31a90ac5b014c041586808d417843f10d26a1952.tar.gz
version 1.4.2-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 380bd7704cd1..90188e3ee2bd 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 = 1
+ pkgrel = 2
url = http://github.com/bbidulock/icewm
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = icewm2
depends = libsm
depends = gdk-pixbuf2
depends = libsndfile
+ optdepends = icewm-extra-themes: extra themes
provides = icewm
conflicts = icewm
replaces = icewm
diff --git a/PKGBUILD b/PKGBUILD
index 5888865b1ae0..9196bee1c7ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=icewm2
_realname=icewm
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="A window manager designed for speed, usability and consitency (enhanced)"
arch=('i686' 'x86_64')
url="http://github.com/bbidulock/icewm"
@@ -13,6 +13,7 @@ conflicts=($_realname)
replaces=($_realname)
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")
md5sums=('3e7c3a95e7f8518346267f48a11966cd')