summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrespiranto2016-01-24 12:55:14 +0100
committerrespiranto2016-01-24 12:55:14 +0100
commit0f2bab9cb36a02fb1d8aa3973acdaf0f9451d6b3 (patch)
treed4e20d959c6a4bf3910d32d9bf90bbcc65e0852b
parent7113a3b9026e7e3f778f9b37fe637cb39a961b7a (diff)
downloadaur-0f2bab9cb36a02fb1d8aa3973acdaf0f9451d6b3.tar.gz
Update to version 0.1.2
-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()
{