diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/lzo2/PKGBUILD | 17 | ||||
-rw-r--r-- | core/lzo2/configure-2.07.patch | 12 | ||||
-rw-r--r-- | core/pkg-config/PKGBUILD | 6 |
3 files changed, 8 insertions, 27 deletions
diff --git a/core/lzo2/PKGBUILD b/core/lzo2/PKGBUILD index e163f4321..2fc643a5b 100644 --- a/core/lzo2/PKGBUILD +++ b/core/lzo2/PKGBUILD @@ -1,23 +1,16 @@ -# $Id: PKGBUILD 215660 2014-06-30 06:39:24Z tpowa $ +# $Id: PKGBUILD 216411 2014-07-03 16:14:48Z tpowa $ # Contributor: Low Kian Seong <fastmail_low@speedymail.org> # Maintainer: dorphell <dorphell@archlinux.org> pkgname=lzo2 -pkgver=2.07 -pkgrel=2 +pkgver=2.08 +pkgrel=1 pkgdesc="Portable lossless data compression library" arch=('i686' 'x86_64') url="http://www.oberhumer.com/opensource/lzo" license=('GPL') depends=('glibc') -source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz - configure-2.07.patch) -md5sums=('4011935e95171e78ad4894f7335c982a' - 'db3ead3fb5590275838d3080ea7342d1') - -prepare() { - cd "${srcdir}/lzo-${pkgver}" - patch -Np0 -i ${srcdir}/configure-2.07.patch -} +source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz) +md5sums=('fcec64c26a0f4f4901468f360029678f') build() { cd "${srcdir}/lzo-${pkgver}" diff --git a/core/lzo2/configure-2.07.patch b/core/lzo2/configure-2.07.patch deleted file mode 100644 index be61278df..000000000 --- a/core/lzo2/configure-2.07.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.ORIG 2014-06-25 15:47:13.000000000 +0200 -+++ configure 2014-06-26 00:05:33.000000000 +0200 -@@ -13953,7 +13953,7 @@ - /* end confdefs.h. */ - #define LZO_CFG_NO_CONFIG_HEADER 1 - #define LZO_WANT_ACC_INCD_H 1 --#include "include/lzo/lzodefs.h" -+#include "include/lzo/lzoconf.h" - #include "src/lzo_supp.h" - - #undef LZOCHK_ASSERT - diff --git a/core/pkg-config/PKGBUILD b/core/pkg-config/PKGBUILD index a244d10f3..982b13822 100644 --- a/core/pkg-config/PKGBUILD +++ b/core/pkg-config/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 176247 2013-01-28 00:29:25Z allan $ +# $Id: PKGBUILD 216305 2014-07-03 02:21:31Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> -# Committer: Judd Vinet <jvinet@zeroflux.org> +# Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=pkg-config pkgver=0.28 -pkgrel=1 +pkgrel=2 pkgdesc="A system for managing library compile/link flags" arch=('i686' 'x86_64') url="http://pkgconfig.freedesktop.org/wiki/" |