diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-13 14:54:18 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-13 14:54:18 +0100 |
commit | ce46bbdfaca3fd786318ec5618186dc76fa203d3 (patch) | |
tree | f03f1471499b7178ca36ec1d7c2c2c61e642ed0f | |
parent | 77d2da2d004320f5d749042f5c8dc653f95e22a8 (diff) | |
parent | e888c4e51a26e3b0c6b54a90344f9511f2acb72d (diff) |
Merge branch 'master' of git+ssh://parabola-git/abslibre
-rw-r--r-- | libre/abs-libre/PKGBUILD | 9 | ||||
-rw-r--r-- | ~fauno/notmuch/PKGBUILD | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/libre/abs-libre/PKGBUILD b/libre/abs-libre/PKGBUILD index a9be5a541..1abcd02dc 100644 --- a/libre/abs-libre/PKGBUILD +++ b/libre/abs-libre/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 101993 2010-12-03 13:48:19Z allan $ +# $Id: PKGBUILD 134858 2011-08-08 04:45:57Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> _pkgname=abs pkgname=abs-libre -#CARCH=x86_64 +#CARCH=mips64el pkgver=2.4.3 -pkgrel=2 +pkgrel=3 pkgdesc="Utilities to download and work with the Arch Build System (ABS)" arch=('i686' 'x86_64' 'mips64el') url="http://projects.archlinux.org/abs.git/" @@ -14,6 +14,9 @@ depends=('bash' 'rsync') backup=(etc/abs.conf) source=(ftp://ftp.archlinux.org/other/abs/${_pkgname}-${pkgver}.tar.gz) md5sums=('b8b46b22d2f9a2aec2c994ccf230b4fd') +provides=("${_pkgname}=${pkgver}") +replaces=("${_pkgname}") +conflicts=("${_pkgname}") build() { cd ${srcdir}/${_pkgname} diff --git a/~fauno/notmuch/PKGBUILD b/~fauno/notmuch/PKGBUILD index 81cc7981d..dc6b251dd 100644 --- a/~fauno/notmuch/PKGBUILD +++ b/~fauno/notmuch/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Richard Murri <admin@richardmurri.com> pkgname=notmuch -pkgver=0.10 +pkgver=0.10.2 pkgrel=1 pkgdesc="Notmuch is not much of an email program" arch=(i686 x86_64 mips64el) @@ -60,4 +60,4 @@ package(){ sed -i -e 's,/site_ruby,,g' Makefile make prefix=${pkgdir}/usr install } -md5sums=('58c005357395bb6f66d06cfa07534d22') +md5sums=('d3905ae96546ef33f4c186e53f19ec56') |