summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-08-11 11:26:18 -0700
committerJohn ShaggyTwoDope Jenkins2015-08-11 11:26:18 -0700
commitd6e760ddeac110ed6d87695f9ae7835e80b3492d (patch)
tree3c72ef0fde3eba5549aaca3d2542231b0b70d7f4 /PKGBUILD
parent559e3f7f11a6e1f01e7170be1d540d6b0f05fe8c (diff)
downloadaur-d6e760ddeac110ed6d87695f9ae7835e80b3492d.tar.gz
fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2453d7f6b470..076c050e58ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=ccat-git
-pkgver=r27.e7385e6
+pkgver=r93.bf0f28e
pkgrel=1
pkgdesc="Colorizes output for cat."
arch=('any')
@@ -20,7 +20,7 @@ pkgver() {
build() {
cd "$srcdir/$pkgname"
msg2 'Building ccat'
- ./build
+ ./script/build
}
package() {