summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjzbor2021-04-21 15:50:24 +0200
committerjzbor2021-04-21 15:50:24 +0200
commitcf59dc2c6cacb3a140d648a009e8d629f43f0bc1 (patch)
treec27f529175fa6cb39c7c1d140fb28023f1efc1f1 /PKGBUILD
parent4fcb9ee3503313ca471d820771bf8a5b4a464c82 (diff)
downloadaur-cf59dc2c6cacb3a140d648a009e8d629f43f0bc1.tar.gz
Adding make dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89a68b7e154b..cf8048b51dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=xmenu
pkgver=4.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="A menu utility for X."
arch=('any')
url="https://github.com/phillbush/xmenu"
license=("Public domain")
depends=("imlib2")
+makedepends=(libxft libxinerama)
provides=("xmenu")
source=("https://github.com/phillbush/$pkgname/archive/v$pkgver.tar.gz")
md5sums=("cb544095915c4e3217766609be6cbafc")