From 962115a02b89b7f5917a4ca24afaf7d30382f573 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 10 Apr 2019 23:44:51 +0000 Subject: [PATCH] extra/libaio to 0.3.112-1 --- {core => extra}/libaio/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename {core => extra}/libaio/PKGBUILD (91%) diff --git a/core/libaio/PKGBUILD b/extra/libaio/PKGBUILD similarity index 91% rename from core/libaio/PKGBUILD rename to extra/libaio/PKGBUILD index 457858ceb..99ed16961 100644 --- a/core/libaio/PKGBUILD +++ b/extra/libaio/PKGBUILD @@ -5,14 +5,14 @@ # - replace CFLAGS setting with just a removal of -fstack-protector pkgname=libaio -pkgver=0.3.111 -pkgrel=2 +pkgver=0.3.112 +pkgrel=1 pkgdesc="The Linux-native asynchronous I/O facility (aio) library" arch=('x86_64') url="http://lse.sourceforge.net/io/aio.html" license=('LGPL') -source=(http://ftp.de.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz) -md5sums=('abb8f46d64b9bd3d0c6097e3a36639be') +source=(http://ftp.de.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.xz) +md5sums=('66e3b7dd255581a73542ee851f8cd737') build() { cd "$srcdir/$pkgname-$pkgver"