summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2016-02-06 18:39:35 +0100
committerXorg2016-02-06 18:39:35 +0100
commit98f1a6ea5b7ead162244a637c313c2be5fc15e94 (patch)
tree72b2f1d50c5c6b22f65a31fe4f09a7d8bc279db2
parentcde4e1132db7461f6b2faa248057bee9424d4ee1 (diff)
downloadaur-98f1a6ea5b7ead162244a637c313c2be5fc15e94.tar.gz
Update lib32-libkqueue to version 2.0.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2239d04a7354..4756e8ff024e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Feb 6 17:39:10 UTC 2016
pkgbase = lib32-libkqueue
pkgdesc = Userspace implementation of the kqueue kernel event notification mechanism found in FreeBSD and other BSD-based (32-bit)
- pkgver = 2.0.3
- pkgrel = 2
+ pkgver = 2.0.4
+ pkgrel = 1
url = https://github.com/mheily/libkqueue
arch = x86_64
license = BSD
@@ -9,8 +11,8 @@ pkgbase = lib32-libkqueue
depends = lib32-glibc
depends = libkqueue
options = !libtool
- source = https://github.com/mheily/libkqueue/releases/download/v2.0.3/libkqueue-2.0.3.tar.gz
- md5sums = 42d405a26c36f734e2c7d3a936e30abe
+ source = https://github.com/mheily/libkqueue/archive/v2.0.4.tar.gz
+ md5sums = fb708a9183b8793e0b2b2252818df144
pkgname = lib32-libkqueue
diff --git a/PKGBUILD b/PKGBUILD
index e70601bf495d..67e3ba16ca00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_realname=libkqueue
pkgname=lib32-$_realname
-pkgver=2.0.3
-pkgrel=2
+pkgver=2.0.4
+pkgrel=1
pkgdesc="Userspace implementation of the kqueue kernel event notification mechanism found in FreeBSD and other BSD-based (32-bit)"
url="https://github.com/mheily/libkqueue"
arch=('x86_64')
@@ -12,8 +12,8 @@ license=('BSD')
depends=('lib32-glibc' 'libkqueue')
makedepends=('gcc-multilib')
options=('!libtool')
-source=("https://github.com/mheily/$_realname/releases/download/v$pkgver/$_realname-$pkgver.tar.gz")
-md5sums=('42d405a26c36f734e2c7d3a936e30abe')
+source=("https://github.com/mheily/$_realname/archive/v$pkgver.tar.gz")
+md5sums=('fb708a9183b8793e0b2b2252818df144')
build() {
cd "$srcdir/$_realname-$pkgver"