summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bae25a3306e..fbc46f7af3a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Jan 24 12:00:08 UTC 2016
+# Fri Jan 29 13:01:02 UTC 2016
pkgbase = ctct
pkgdesc = a simple console contact manager
- pkgver = 0.1.2
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://respiranto.de/bash
arch = any
license = AGPL3
backup = etc/ctct/config.sh
- source = https://respiranto.de/bash/ctct_v0.1.2.tar.xz
- md5sums = fcee4a18e2fbf4b3f2514c685a0a8848
+ source = https://respiranto.de/bash/ctct_v0.2.1.tar.xz
+ md5sums = c3f12430454ae1e4e31b2b85d54b89ca
pkgname = ctct
diff --git a/PKGBUILD b/PKGBUILD
index 18acdfe849a1..8f4d073b1e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Author: Einhard Leichtfuß <respiranto@icloud.com>
pkgname=ctct
-pkgver=0.1.2
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="a simple console contact manager"
arch=('any')
url="https://respiranto.de/bash"
license=('AGPL3')
backup=('etc/ctct/config.sh')
source=("https://respiranto.de/bash/${pkgname}_v$pkgver.tar.xz")
-md5sums=('fcee4a18e2fbf4b3f2514c685a0a8848')
+md5sums=('c3f12430454ae1e4e31b2b85d54b89ca')
build()
{