summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-04-28 08:55:25 -0700
committerAndy Weidenbaum2017-04-28 08:55:25 -0700
commit3da8e6ab1605c5d99fe26c3735ba62bbe84f4cb5 (patch)
tree24379ccce705e81b41cce3c55930a0e1232ce7d4
parenteb7ad9df87c6f8c9e6334be39ab07eb89f0484df (diff)
downloadaur-3da8e6ab1605c5d99fe26c3735ba62bbe84f4cb5.tar.gz
increment pkgrel to 4; makedepends+=xproto, thx runical
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea32e71a4111..b91d41b750f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Mar 7 16:01:09 UTC 2016
+# Fri Apr 28 15:54:55 UTC 2017
pkgbase = makedepend
pkgdesc = Create dependencies in Makefiles
pkgver = 1.0.5
- pkgrel = 3
+ pkgrel = 4
url = http://www.linuxfromscratch.org/blfs/view/7.4/x/makedepend.html
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = makedepend
makedepends = make
makedepends = pkg-config
makedepends = xorg-util-macros
+ makedepends = xproto
depends = splint
conflicts = imake
source = http://xorg.freedesktop.org/archive/individual/util/makedepend-1.0.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 82c97c196497..a57b63081cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,19 @@
pkgname=makedepend
pkgver=1.0.5
-pkgrel=3
+pkgrel=4
pkgdesc="Create dependencies in Makefiles"
arch=('i686' 'x86_64')
url="http://www.linuxfromscratch.org/blfs/view/7.4/x/makedepend.html"
license=('custom')
depends=('splint')
-makedepends=('autoconf' 'automake' 'm4' 'make' 'pkg-config' 'xorg-util-macros')
+makedepends=('autoconf'
+ 'automake'
+ 'm4'
+ 'make'
+ 'pkg-config'
+ 'xorg-util-macros'
+ 'xproto')
source=(http://xorg.freedesktop.org/archive/individual/util/makedepend-1.0.5.tar.gz)
sha256sums=('503903d41fb5badb73cb70d7b3740c8b30fe1cc68c504d3b6a85e6644c4e5004')
conflicts=('imake')