summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41e648d52dd5..dfb395d2a671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ccat
pkgdesc = Colorizes output for cat.
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://github.com/jingweno/ccat
arch = any
license = CUSTOM
@@ -10,7 +10,7 @@ pkgbase = ccat
conflicts = ccat-git
options = !strip
options = !emptydirs
- source = https://github.com/jingweno/ccat/archive/v0.1.0.tar.gz
+ source = https://github.com/jingweno/ccat/archive/v1.0.0.tar.gz
md5sums = 2bc1f3aa7d3b9764cfb3c0aa0270392c
pkgname = ccat
diff --git a/PKGBUILD b/PKGBUILD
index 3f17e47c84ce..83e74c0d6a5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=ccat
-pkgver=0.1.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc="Colorizes output for cat."
arch=('any')
url="https://github.com/jingweno/ccat"