summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Jain2020-05-04 05:37:15 +0530
committerManish Jain2020-05-04 05:37:15 +0530
commit83f890ec9f547ee1d4be36023c1f0803b1006746 (patch)
tree222a474196c5592ce69f6ab4026b1f972d69c62e
parentd4bb33ec695c24dd0c25d936d71d93ddfe5ba6a5 (diff)
downloadaur-83f890ec9f547ee1d4be36023c1f0803b1006746.tar.gz
reupload of chkascii v2.0 for FreeBSD/Linux
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 744bf81893d0..ef8a21d55f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ pkgrel=1
pkgdesc="Check a file for any invalid ASCII characters"
arch=(x86_64)
license=(GPL)
+url="https://github.com/bourne-again/${pkgname}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bourne-again/${pkgname}/archive/${pkgver}.tar.gz")
build() {
@@ -16,4 +17,4 @@ package() {
install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname}
install -Dm644 ${pkgname}.1 "${pkgdir}"/usr/share/man/man1/${pkgname}.1
}
-md5sums=('9cb1668377f6f18fc0fe6981461b4c9e')
+md5sums=('65ef0c2f0f404d237aa3a3f22847534d')