summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/flex/PKGBUILD8
-rw-r--r--core/libnl/PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/core/flex/PKGBUILD b/core/flex/PKGBUILD
index 51dccdc63..38b640cbc 100644
--- a/core/flex/PKGBUILD
+++ b/core/flex/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 205933 2014-02-14 08:16:43Z allan $
+# $Id: PKGBUILD 208893 2014-03-28 12:28:18Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=flex
-pkgver=2.5.38
+pkgver=2.5.39
pkgrel=1
pkgdesc="A tool for generating text-scanning programs"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,8 +12,8 @@ license=('custom')
groups=('base-devel')
depends=('glibc' 'm4' 'sh')
install=flex.install
-source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2)
-md5sums=('b230c88e65996ff74994d08a2a2e0f27')
+source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.xz)
+md5sums=('477679c37ff8b28248a9b05f1da29a82')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/core/libnl/PKGBUILD b/core/libnl/PKGBUILD
index f7daefedd..8c612d1bc 100644
--- a/core/libnl/PKGBUILD
+++ b/core/libnl/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 200720 2013-12-03 10:31:08Z thomas $
+# $Id: PKGBUILD 207128 2014-03-07 09:14:44Z thomas $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=libnl
-pkgver=3.2.23
+pkgver=3.2.24
pkgrel=1
pkgdesc="Library for applications dealing with netlink sockets"
-arch=('i686' 'x86_64' 'mips64el')
+arch=(i686 x86_64 mips64el)
url="http://www.infradead.org/~tgr/libnl/"
license=(GPL)
depends=(glibc)
backup=(etc/libnl/classid etc/libnl/pktloc)
source=("$url/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('8cc2cda9aa8cbbad384b9bb1ba0f6777ed9bf65e1cc3170d8c2ba5b3ee12f2b3')
+sha256sums=('fb8d6e5dc8af5b85bc6d00a71582a68a01e6a3f7d1664d4a646e289a99dd6816')
build() {
cd "$srcdir"/$pkgname-$pkgver