summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d283d336ec7b..f38ed209a817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Jan 7 17:59:12 UTC 2016
+# Sun Jan 24 11:52:03 UTC 2016
pkgbase = ctct
pkgdesc = a simple console contact manager
- pkgver = 0.1.1
- pkgrel = 2
+ pkgver = 0.1.2
+ pkgrel = 1
url = https://respiranto.de/bash
arch = any
- license = AGPL3
+ license = AGPL
backup = etc/ctct/config.sh
- source = https://respiranto.de/bash/ctct_v0.1.1.tar.xz
- md5sums = e5202502c42b6e1f11cba4b37ac8ea1d
+ source = https://respiranto.de/bash/ctct_v0.1.2.tar.xz
+ md5sums = fcee4a18e2fbf4b3f2514c685a0a8848
pkgname = ctct
diff --git a/PKGBUILD b/PKGBUILD
index cae1c07408d6..70c42ef7ebfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Author: Einhard Leichtfuß <respiranto@icloud.com>
pkgname=ctct
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.2
+pkgrel=1
pkgdesc="a simple console contact manager"
arch=('any')
url="https://respiranto.de/bash"
-license=('AGPL3')
+license=('AGPL')
backup=('etc/ctct/config.sh')
source=("https://respiranto.de/bash/${pkgname}_v$pkgver.tar.xz")
-md5sums=('e5202502c42b6e1f11cba4b37ac8ea1d')
+md5sums=('fcee4a18e2fbf4b3f2514c685a0a8848')
build()
{