summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRicardo Band2016-07-27 00:09:55 +0200
committerRicardo Band2016-07-27 00:09:55 +0200
commita5ae75e26353ecaaf2582603073d93cd994d75dc (patch)
tree4660e87628520c67826ad42c5db9d48cd8e81eb5 /PKGBUILD
parentde096ce0ef9ae817017e654b8561da5b90360541 (diff)
downloadaur-a5ae75e26353ecaaf2582603073d93cd994d75dc.tar.gz
changed buidldepends to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11d83e2047d3..9ee1f7386862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ _firstpokemon=1
_lastpokemon=151
pkgname=pokeshell
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Displays pokemons in your shell"
arch=(any)
url="https://github.com/XenGi/pokeshell"
license=('MIT')
-builddepends=('curl' 'imagemagick' 'img2xterm')
+makedepends=('curl' 'imagemagick' 'img2xterm')
options=(!emptydirs)
install='pokeshell.install'
#source=("https://github.com/rossy/$pkgname/archive/v$pkgver.tar.gz")