summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO6
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.AURINFO b/.AURINFO
index dba46c81b5dd..9ea1027a3241 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,7 +1,7 @@
pkgbase = icewm-git
pkgdesc = A window manager designed for speed, usability, and consistency
- pkgver = 1.3.9
- pkgrel = 2
+ pkgver = 1.3.9.4
+ pkgrel = 1
url = https://github.com/bbidulock/icewm
arch = i686
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = icewm-git
depends = libxrandr
depends = libsndfile
depends = libsm
+ depends = fribidi
provides = icewm
provides = icewm2
conflicts = icewm
@@ -25,6 +26,7 @@ pkgbase = icewm-git
conflicts = icwm-testing
conflicts = icwm-zstegi
source = icewm-git::git+https://github.com/bbidulock/icewm.git
+ md5sums = SKIP
pkgname = icewm-git
diff --git a/.SRCINFO b/.SRCINFO
index 356a5e9a6dbd..9ea1027a3241 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icewm-git
pkgdesc = A window manager designed for speed, usability, and consistency
- pkgver = 1.3.9
- pkgrel = 2
+ pkgver = 1.3.9.4
+ pkgrel = 1
url = https://github.com/bbidulock/icewm
arch = i686
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = icewm-git
depends = libxrandr
depends = libsndfile
depends = libsm
+ depends = fribidi
provides = icewm
provides = icewm2
conflicts = icewm
diff --git a/PKGBUILD b/PKGBUILD
index cf95069ef922..b203b9130ff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=icewm-git
-pkgver=1.3.9
-pkgrel=2
+pkgver=1.3.9.4
+pkgrel=1
pkgdesc="A window manager designed for speed, usability, and consistency"
arch=('i686' 'x86_64')
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' 'libxrandr' 'libsndfile' 'libsm')
+depends=('libxft' 'libxinerama' 'gdk-pixbuf2' 'libxrandr' 'libsndfile' 'libsm' 'fribidi')
makedepends=('git' 'xorg-mkfontdir' 'linuxdoc-tools')
source=("$pkgname::git+https://github.com/bbidulock/icewm.git")
md5sums=('SKIP')