summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb460c8703a..6a6786121918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = pokeshell
pkgdesc = Displays pokemons in your shell
pkgver = 1.0.0
- pkgrel = 6
+ pkgrel = 7
+ url = https://pokeapi.co/
install = pokeshell.install
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c029a5e7daff..da4117ca808c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ _lastpokemon=151
pkgname=pokeshell
pkgver=1.0.0
-pkgrel=6
+pkgrel=7
pkgdesc="Displays pokemons in your shell"
+url="https://pokeapi.co/"
arch=(any)
license=('MIT')
makedepends=('curl' 'imagemagick' 'img2xterm')