summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01ed51552e61..003eaa2b8a0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Jan 28 12:08:11 UTC 2016
pkgbase = jwmtools
pkgdesc = Various tools for jwm window manager.
pkgver = 0.1.78
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/kostelnik/jwmtools
arch = i686
arch = x86_64
@@ -9,6 +11,7 @@ pkgbase = jwmtools
makedepends = mdsplib
depends = libglade
depends = libxss
+ depends = libxkbfile
conflicts = jwmtools-git
source = https://github.com/bbidulock/jwmtools/releases/download/0.1/jwmtools-0.1.78.tar.xz
md5sums = 30759916e99fb9f4805e795a4e4aca68
diff --git a/PKGBUILD b/PKGBUILD
index ed73fff32e8c..a404eb027496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=jwmtools
pkgver=0.1.78
-pkgrel=3
+pkgrel=4
pkgdesc="Various tools for jwm window manager."
arch=('i686' 'x86_64')
url="https://github.com/kostelnik/jwmtools"
license=('GPL')
conflicts=('jwmtools-git')
makedepends=('mdsplib')
-depends=('libglade' 'libxss')
+depends=('libglade' 'libxss' 'libxkbfile')
source=("https://github.com/bbidulock/${pkgname}/releases/download/0.1/${pkgname}-${pkgver}.tar.xz")
md5sums=('30759916e99fb9f4805e795a4e4aca68')