summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorepitron2023-01-11 13:47:56 -0500
committerepitron2023-01-11 13:47:56 -0500
commitb9f2efc7d63cb2d1744715649017d04482e306e4 (patch)
treef54975616b4b9b13f53c915f1ab96e25ad5f6424 /PKGBUILD
parent83d792ecafc9abf3b32380f641a1fedb4792fafc (diff)
downloadaur-ansilove.tar.gz
Updated ansilove to v4.1.6 (and libansilove to v1.3.1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2990dc5afeb..aaa6312a5d00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: epitron <chris AT ill-logic.com>
pkgname=ansilove
-pkgver=4.1.5
+pkgver=4.1.6
pkgrel=1
-libver=1.2.8
+libver=1.3.1
pkgdesc='A program to convert ANSI and artscene related file formats into PNG images'
url='https://ansilove.org/'
license=('BSD')
@@ -11,12 +11,10 @@ depends=('gd')
makedepends=('git' 'cmake' 'gcc')
source=(
"https://github.com/ansilove/ansilove/releases/download/${pkgver}/ansilove-${pkgver}.tar.gz"
- "https://github.com/ansilove/ansilove/releases/download/${libver}/libansilove-${libver}.tar.gz"
-)
-sha256sums=(
- 'dcc6e82fab1587a0f556ee64a6cda9c91dcaaa37306cccc4a4d25f7c96b04d19'
- 'ef02eda605e3b38edbeac5874f2de22201db123cb7aab9228fd05cb288d0c0bc'
+ "https://github.com/ansilove/libansilove/releases/download/${libver}/libansilove-${libver}.tar.gz"
)
+sha256sums=('acc3d6431cdb53e275e5ddfc71de5f27df2f2c5ecc46dc8bb62be9e6f15a1cd0'
+ '4919d9a1243df7b23de677ea595f56aa7f6be7187fb0835f1915a06865c11f85')
arch=('x86_64' 'i686')
build() {