summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradithyankv2022-05-10 13:17:22 +0530
committeradithyankv2022-05-10 13:17:22 +0530
commitd6d7427d08cc4bceaf7d706296dc7fdae6994344 (patch)
tree0985ac253d93df404499acddd1c76b05c716c956
parent3406993898f2010198bfb622015d17de5ed34e2e (diff)
downloadaur-d6d7427d08cc4bceaf7d706296dc7fdae6994344.tar.gz
Fix clipped sprites
-Fix issue where some sprites were being clipped at the right and bottom
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e9e4587046c..f13205861dad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
+
pkgbase = pokemon-colorscripts-git
pkgdesc = CLI utility that prints unicode sprites of pokemon to the terminal
- pkgver = r97.da8cf00
+ pkgver = r103.c315110
pkgrel = 1
url = https://gitlab.com/phoneybadger/pokemon-colorscripts.git
arch = any
@@ -12,3 +13,4 @@ pkgbase = pokemon-colorscripts-git
md5sums = SKIP
pkgname = pokemon-colorscripts-git
+
diff --git a/PKGBUILD b/PKGBUILD
index db5ac00332d8..d3962b90ed34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Phoney Badger <phoneybadgercode.4ikc7 at simplelogin.co>
pkgname=pokemon-colorscripts-git
_pkgname=pokemon-colorscripts
-pkgver=r97.da8cf00
+pkgver=r103.c315110
pkgrel=1
pkgdesc="CLI utility that prints unicode sprites of pokemon to the terminal"
arch=('any')