summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Jain2020-05-05 13:06:26 +0530
committerManish Jain2020-05-05 13:06:26 +0530
commit552c3cf021a46a2db6b2be5a1a162f4400d126dd (patch)
tree9fe2fae194950e153104de96355ef2d5e4fce2c9
parent7acbb4776f39e0b3e9e64a3bead44fd58923ae7d (diff)
downloadaur-552c3cf021a46a2db6b2be5a1a162f4400d126dd.tar.gz
license GPL -> GPL2; checksum md5 -> sha256; +Maintainer
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1254e2ecb78b..a0f309a16301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,9 @@ pkgbase = chkascii
pkgrel = 1
url = https://github.com/bourne-again/chkascii
arch = x86_64
- license = GPL
+ license = GPL2
source = chkascii-2.0.tar.gz::https://github.com/bourne-again/chkascii/archive/2.0.tar.gz
- md5sums = 65ef0c2f0f404d237aa3a3f22847534d
+ sha256sums = b74972945e0baa008075b5181dc944c3f7f182c6fba27bc695ea9f62bdd76808
pkgname = chkascii
diff --git a/PKGBUILD b/PKGBUILD
index ef8a21d55f3c..12a18fc5f74d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,11 @@
+# Maintainer: Manish Jain <bourne.identity@hotmail.com>
+
pkgname=chkascii
pkgver=2.0
pkgrel=1
pkgdesc="Check a file for any invalid ASCII characters"
arch=(x86_64)
-license=(GPL)
+license=(GPL2)
url="https://github.com/bourne-again/${pkgname}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bourne-again/${pkgname}/archive/${pkgver}.tar.gz")
@@ -17,4 +19,4 @@ package() {
install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname}
install -Dm644 ${pkgname}.1 "${pkgdir}"/usr/share/man/man1/${pkgname}.1
}
-md5sums=('65ef0c2f0f404d237aa3a3f22847534d')
+sha256sums=('b74972945e0baa008075b5181dc944c3f7f182c6fba27bc695ea9f62bdd76808')