summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDX372017-03-02 07:19:59 +0700
committerDX372017-03-02 07:19:59 +0700
commit74de005747e4c6731030e8fabc30a175cf1e6296 (patch)
treec175c5b279af4415e7b12a05ccc751afbf6d7493
parent8382af80df08409929cdf3207e28db8687bc12ac (diff)
downloadaur-74de005747e4c6731030e8fabc30a175cf1e6296.tar.gz
Whoops, makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fb0d261f4eb..d8fe112d4e9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = xlunch-git
pkgdesc = Graphical app launcher for X with little dependencies
pkgver = 2.4.1.r1.g0468acc
- pkgrel = 2
+ pkgrel = 3
url = http://xlunch.org/
arch = i686
arch = x86_64
license = GPL3
+ makedepends = git
+ makedepends = gcc
+ makedepends = make
depends = sh
depends = libx11
depends = imlib2
diff --git a/PKGBUILD b/PKGBUILD
index eb2a803dc2ec..185a53b97973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,13 @@
_pkgname=xlunch
pkgname=xlunch-git
pkgver=2.4.1.r1.g0468acc
-pkgrel=2
+pkgrel=3
pkgdesc="Graphical app launcher for X with little dependencies"
arch=('i686' 'x86_64')
url="http://xlunch.org/"
license=('GPL3')
depends=('sh' 'libx11' 'imlib2')
-makedepends=()
-checkdepends=()
-optdepends=()
+makedepends=('git' 'gcc' 'make')
provides=('xlunch')
conflicts=('xlunch')
source=('git+https://github.com/Tomas-M/xlunch.git'