summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGertjan Halkes2019-11-16 06:10:42 +0000
committerGertjan Halkes2019-11-16 06:10:42 +0000
commit52365a364652da226f3106a19c048e8c200db942 (patch)
tree39e10736d9f05600b8719dd57abaee8ac2b6c9d2
parenta6616e953aadc8658c4fd6850e3f3bb553461b81 (diff)
downloadaur-52365a364652da226f3106a19c048e8c200db942.tar.gz
Update to release 1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1d0a57f59d0..5f49d4c315d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = libt3config
pkgdesc = A library for reading and writing configuration files.
- pkgver = 0.2.11
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = http://os.ghalkes.nl/t3/libt3config.html
arch = x86_64
arch = i686
license = GPL3
depends = gettext
options = !libtool
- source = http://os.ghalkes.nl/dist/libt3config-0.2.11.tar.bz2
- md5sums = 950ee88a52b29483c819d7ebf6b04b27
+ source = http://os.ghalkes.nl/dist/libt3config-1.0.0.tar.bz2
+ md5sums = e6b1629c4d7f5eabb05a12a65e45a9c7
pkgname = libt3config
diff --git a/PKGBUILD b/PKGBUILD
index 85a68cfb1c59..ddc02fd2814d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gertjan Halkes <arch at ghalkes dot nl>
pkgname=libt3config
-pkgver=0.2.11
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc="A library for reading and writing configuration files."
arch=('x86_64' 'i686')
url="http://os.ghalkes.nl/t3/$pkgname.html"
@@ -18,7 +18,7 @@ install=''
changelog=
source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
noextract=()
-md5sums=('950ee88a52b29483c819d7ebf6b04b27')
+md5sums=('e6b1629c4d7f5eabb05a12a65e45a9c7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"