mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libaio to 0.3.112-1
This commit is contained in:
parent
f2b71582be
commit
962115a02b
1 changed files with 4 additions and 4 deletions
|
@ -5,14 +5,14 @@
|
||||||
# - replace CFLAGS setting with just a removal of -fstack-protector
|
# - replace CFLAGS setting with just a removal of -fstack-protector
|
||||||
|
|
||||||
pkgname=libaio
|
pkgname=libaio
|
||||||
pkgver=0.3.111
|
pkgver=0.3.112
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="The Linux-native asynchronous I/O facility (aio) library"
|
pkgdesc="The Linux-native asynchronous I/O facility (aio) library"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://lse.sourceforge.net/io/aio.html"
|
url="http://lse.sourceforge.net/io/aio.html"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
source=(http://ftp.de.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz)
|
source=(http://ftp.de.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.xz)
|
||||||
md5sums=('abb8f46d64b9bd3d0c6097e3a36639be')
|
md5sums=('66e3b7dd255581a73542ee851f8cd737')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
Loading…
Reference in a new issue