summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Band2016-07-27 00:09:55 +0200
committerRicardo Band2016-07-27 00:09:55 +0200
commita5ae75e26353ecaaf2582603073d93cd994d75dc (patch)
tree4660e87628520c67826ad42c5db9d48cd8e81eb5
parentde096ce0ef9ae817017e654b8561da5b90360541 (diff)
downloadaur-a5ae75e26353ecaaf2582603073d93cd994d75dc.tar.gz
changed buidldepends to makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccbfb583f168..e40c6b8ae9e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,16 @@
+# Generated by mksrcinfo v8
+# Tue Jul 26 21:12:37 UTC 2016
pkgbase = pokeshell
pkgdesc = Displays pokemons in your shell
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/XenGi/pokeshell
install = pokeshell.install
arch = any
license = MIT
+ makedepends = curl
+ makedepends = imagemagick
+ makedepends = img2xterm
options = !emptydirs
pkgname = pokeshell
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")