summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Jain2020-08-19 17:27:53 +0530
committerManish Jain2020-08-19 17:27:53 +0530
commitf53b6a9590412332ce25bdea3314f415bb73bb11 (patch)
tree3c5962124123ece279edeeef32996344da4aa2c6
parenta567348a7e66749e23a4bfeef373b9c0540cd4e6 (diff)
downloadaur-f53b6a9590412332ce25bdea3314f415bb73bb11.tar.gz
Coding improvements; License switched to BSD; program now accepts whole BSD family
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 123c8285be52..7afb76b0ea94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = chkascii
pkgdesc = Check a file for any invalid ASCII characters
- pkgver = 2.1
+ pkgver = 2.2
pkgrel = 1
url = https://github.com/bourne-again/chkascii
arch = x86_64
- license = GPL2
- source = chkascii-2.1.tar.gz::https://github.com/bourne-again/chkascii/archive/2.1.tar.gz
- sha256sums = fc485e01e1d641e1f980d2c4e31728ee8b8c2df0c821c58d36aef12b89d774e9
+ license = BSD
+ source = chkascii-2.2.tar.gz::https://github.com/bourne-again/chkascii/archive/2.2.tar.gz
+ sha256sums = f3c764eaed78b3ae14f7def83aa0ef2f4752e75db06125373d9644a1567e1c05
pkgname = chkascii
diff --git a/PKGBUILD b/PKGBUILD
index 75812089636a..a450dc70d7ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Manish Jain <bourne.identity@hotmail.com>
pkgname=chkascii
-pkgver=2.1
+pkgver=2.2
pkgrel=1
pkgdesc="Check a file for any invalid ASCII characters"
arch=(x86_64)
-license=(GPL2)
+license=('BSD')
url="https://github.com/bourne-again/${pkgname}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bourne-again/${pkgname}/archive/${pkgver}.tar.gz")
@@ -19,4 +19,5 @@ package() {
install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname}
install -Dm644 ${pkgname}.1 "${pkgdir}"/usr/share/man/man1/${pkgname}.1
}
-sha256sums=('fc485e01e1d641e1f980d2c4e31728ee8b8c2df0c821c58d36aef12b89d774e9')
+
+sha256sums=('f3c764eaed78b3ae14f7def83aa0ef2f4752e75db06125373d9644a1567e1c05')