summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca 'meti' P2018-10-31 17:14:13 +0100
committerLuca 'meti' P2018-10-31 17:14:13 +0100
commit8e71c1734851c4e46a1c20f6389ff9c82809d3d7 (patch)
treeccd4d0d6f876e99e5fef35dcdbbfc5f6561cb758
parent4b79d3b7f02d86a58036136a75c7227f9aebbd8b (diff)
downloadaur-8e71c1734851c4e46a1c20f6389ff9c82809d3d7.tar.gz
update to 0.1.11
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 909e182fc259..da7cd1995082 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libestr
pkgdesc = essentials for string handling (and a bit more)
- pkgver = 0.1.10
- pkgrel = 2
+ pkgver = 0.1.11
+ pkgrel = 1
url = http://libestr.adiscon.com/
arch = x86_64
arch = i686
license = LGPL2.1
- source = http://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz
- md5sums = f4c9165a23587e77f7efe65d676d5e8e
+ source = http://libestr.adiscon.com/files/download/libestr-0.1.11.tar.gz
+ md5sums = 1f25a2332750d4bfacfb314235fedff0
pkgname = libestr
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..107f9fe169b8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.tar.xz
+*.tar.gz
+*.sig
diff --git a/PKGBUILD b/PKGBUILD
index 7bd5e8321fac..a8850b3a363e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Maintainer: Brian Knox <taotetek@gmail.com>
pkgname=libestr
-pkgver=0.1.10
-pkgrel=2
+pkgver=0.1.11
+pkgrel=1
pkgdesc="essentials for string handling (and a bit more)"
url="http://libestr.adiscon.com/"
arch=('x86_64' 'i686')
license=('LGPL2.1')
depends=()
source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz")
-md5sums=('f4c9165a23587e77f7efe65d676d5e8e')
+md5sums=('1f25a2332750d4bfacfb314235fedff0')
build() {
cd "$srcdir"/${pkgname}-${pkgver}