summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormagnus2021-09-04 12:06:27 -0500
committermagnus2021-09-04 12:06:27 -0500
commitec8342d1db7d8ab51c4a49257e2ad90b7809af55 (patch)
tree08f53d43d77ff97d8e50118cbaa8b663b548840d
parent4060e0cfae91dbfe6fe49186d38d743b9bea0ca3 (diff)
downloadaur-ec8342d1db7d8ab51c4a49257e2ad90b7809af55.tar.gz
Bump version for 1.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46e0ab50caef..5204ecd11216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = ascii-image-converter-git
pkgdesc = A cross-platform command-line tool to convert images into ascii art and print them on the console.
- pkgver = 1.7.1
- pkgrel = 2
+ pkgver = 1.8.0
+ pkgrel = 3
url = https://github.com/TheZoraiz/ascii-image-converter
- arch = any
- license = GPL
+ arch = x86_64
+ license = custom:ApacheV2
makedepends = go
provides = ascii-image-converter
conflicts = ascii-image-converter
diff --git a/PKGBUILD b/PKGBUILD
index 076731569061..cf4479ba3179 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Magnus Anderson <magnus@iastate.edu>
pkgname=ascii-image-converter-git
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.8.0
+pkgrel=3
pkgdesc="A cross-platform command-line tool to convert images into ascii art and print them on the console."
-arch=('any')
+arch=('x86_64')
url="https://github.com/TheZoraiz/ascii-image-converter"
license=('custom:ApacheV2')
# I'm not sure if it depends on any other libraries, I think Go takes care of it