summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
3 files changed, 7 insertions, 10 deletions
diff --git a/.AURINFO b/.AURINFO
index 179711ad967b..a688065f6290 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,19 +1,18 @@
pkgbase = adwm
pkgdesc = Advanced dynamic window manager for X
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = http://github.com/bbidulock/adwm
arch = i686
arch = x86_64
license = GPL
- makedepends = pkgconfig
depends = libxft
depends = libxrandr
depends = libxinerama
depends = libxpm
depends = startup-notification
depends = imlib2
- source = https://github.com/bbidulock/adwm/releases/download/0.5.0/adwm-0.5.0.tar.xz
+ source = https://github.com/bbidulock/adwm/releases/download/0.5.1/adwm-0.5.1.tar.xz
options = !libtool
pkgname = adwm
diff --git a/.SRCINFO b/.SRCINFO
index d6ef860243e5..bc5faddeaba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = adwm
pkgdesc = Advanced dynamic window manager for X
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = http://github.com/bbidulock/adwm
arch = i686
arch = x86_64
license = GPL
- makedepends = pkgconfig
depends = libxft
depends = libxrandr
depends = libxinerama
@@ -14,8 +13,8 @@ pkgbase = adwm
depends = startup-notification
depends = imlib2
options = !libtool
- source = https://github.com/bbidulock/adwm/releases/download/0.5.0/adwm-0.5.0.tar.xz
- md5sums = 4d8e0b3b2f866a41d7515f90d51891a1
+ source = https://github.com/bbidulock/adwm/releases/download/0.5.1/adwm-0.5.1.tar.xz
+ md5sums = 386184ad2090ba4580a9426c7689508c
pkgname = adwm
diff --git a/PKGBUILD b/PKGBUILD
index 3913c0f3f239..a655be279a1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=adwm
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="Advanced dynamic window manager for X"
arch=('i686' 'x86_64')
@@ -9,9 +9,8 @@ url="http://github.com/bbidulock/adwm"
license=('GPL')
depends=('libxft' 'libxrandr' 'libxinerama' 'libxpm' 'startup-notification' 'imlib2')
options=('!libtool')
-makedepends=('pkgconfig')
source=("https://github.com/bbidulock/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-md5sums=('4d8e0b3b2f866a41d7515f90d51891a1')
+md5sums=('386184ad2090ba4580a9426c7689508c')
build() {
cd $pkgname-$pkgver