summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-03-07 08:01:26 -0800
committerAndy Weidenbaum2016-03-07 08:01:26 -0800
commiteb7ad9df87c6f8c9e6334be39ab07eb89f0484df (patch)
treeb0df67cd54419c7881d4d2d5031763d9e470cb7b
parentb5fa6ae76929f4e0ea8ab4d91289f2cf80fb567b (diff)
downloadaur-eb7ad9df87c6f8c9e6334be39ab07eb89f0484df.tar.gz
increment pkgrel to 3; conflicts+=imake
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c022eff263a7..ea32e71a4111 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 04:45:22 UTC 2016
+# Mon Mar 7 16:01:09 UTC 2016
pkgbase = makedepend
pkgdesc = Create dependencies in Makefiles
pkgver = 1.0.5
- pkgrel = 2
+ pkgrel = 3
url = http://www.linuxfromscratch.org/blfs/view/7.4/x/makedepend.html
arch = i686
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = makedepend
makedepends = pkg-config
makedepends = xorg-util-macros
depends = splint
+ conflicts = imake
source = http://xorg.freedesktop.org/archive/individual/util/makedepend-1.0.5.tar.gz
sha256sums = 503903d41fb5badb73cb70d7b3740c8b30fe1cc68c504d3b6a85e6644c4e5004
diff --git a/PKGBUILD b/PKGBUILD
index ff753c8d5ac7..82c97c196497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
# Contributor: Andrew Boktor <andrew.boktor@gmail.com>
+# Contributor: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=makedepend
pkgver=1.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Create dependencies in Makefiles"
arch=('i686' 'x86_64')
url="http://www.linuxfromscratch.org/blfs/view/7.4/x/makedepend.html"
@@ -12,6 +13,7 @@ depends=('splint')
makedepends=('autoconf' 'automake' 'm4' 'make' 'pkg-config' 'xorg-util-macros')
source=(http://xorg.freedesktop.org/archive/individual/util/makedepend-1.0.5.tar.gz)
sha256sums=('503903d41fb5badb73cb70d7b3740c8b30fe1cc68c504d3b6a85e6644c4e5004')
+conflicts=('imake')
build() {
cd "$srcdir/$pkgname-$pkgver"