diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/abs-parabola/PKGBUILD (renamed from libre/abs/PKGBUILD) | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/libre/abs/PKGBUILD b/libre/abs-parabola/PKGBUILD index ea4a19643..7f8d12340 100644 --- a/libre/abs/PKGBUILD +++ b/libre/abs-parabola/PKGBUILD @@ -1,29 +1,31 @@ # $Id: PKGBUILD 215815 2014-06-30 16:27:03Z fyan $ # Maintainer (Arch): Allan McRae <allan@archlinux.org> -pkgname=abs +_pkgname=abs +pkgname=abs-parabola pkgver=2.4.4 pkgrel=2 pkgdesc="Utilities to download and work with the Arch Build System (ABS), with Parabola repos support" arch=('i686' 'x86_64' 'mips64el') url="http://projects.archlinux.org/abs.git/" license=('GPL') -replaces=('abs-libre') -conflicts=('abs-libre') +replaces=('abs' 'abs-libre') +conflicts=('abs' 'abs-libre') +provides=('abs') depends=('bash' 'rsync') backup=(etc/abs.conf) -source=(ftp://ftp.archlinux.org/other/abs/${pkgname}-${pkgver}.tar.gz{,.sig}) +source=(ftp://ftp.archlinux.org/other/abs/${_pkgname}-${pkgver}.tar.gz{,.sig}) md5sums=('7258c739a93e02a4f31f114e9fc3b0ba' 'a628f7d5b1cd1e838366b88709690c24') build() { - cd "$pkgname-$pkgver" + cd "$_pkgname-$pkgver" make } package() { - cd "$pkgname-$pkgver" + cd "$_pkgname-$pkgver" make DESTDIR="${pkgdir}" install |