summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2015-08-28 00:55:16 +0100
committerChris Down2015-08-28 00:55:29 +0100
commit7d2adbc9ebbe3eb5ffcfae741f399f583ee5af28 (patch)
treef2b92169390bf9602e6e3be9aba2ca01898581be
parentf5142d62e53c938f42181700b7e727f81928bb22 (diff)
downloadaur-7d2adbc9ebbe3eb5ffcfae741f399f583ee5af28.tar.gz
Release pkgrel 2: Add dependency on libxft
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1ffb7e1b91f..8e6595bb0498 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = dwm-cdown-git
pkgdesc = dwm with cdown's personalisations
- pkgver = 0.r1744.a117eb9
- pkgrel = 1
+ pkgver = 0.r1747.7fb62b4
+ pkgrel = 2
url = https://github.com/cdown/dwm
arch = any
license = MIT
makedepends = git
depends = libx11
depends = libxinerama
+ depends = libxft
provides = dwm
conflicts = dwm
source = git://github.com/cdown/dwm.git
diff --git a/PKGBUILD b/PKGBUILD
index 06b90c7a1acc..4facbc762747 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=dwm-cdown-git
_gitname=dwm
-pkgver=0.r1744.a117eb9
-pkgrel=1
+pkgver=0.r1747.7fb62b4
+pkgrel=2
pkgdesc="dwm with cdown's personalisations"
license=('MIT')
url='https://github.com/cdown/dwm'
-depends=('libx11' 'libxinerama')
+depends=('libx11' 'libxinerama' 'libxft')
arch=('any')
makedepends=('git')
conflicts=('dwm')