summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElmar Klausmeier2022-12-09 19:43:17 +0100
committerElmar Klausmeier2022-12-09 19:43:17 +0100
commit610ea7194469cea7e96b35c65bfb292102ead672 (patch)
tree95ab7e6c1f1fe880e2a1636b634dd0de8d4469c0 /PKGBUILD
parent84efd0d112e9d44e789272a210c47f6843ac2497 (diff)
downloadaur-610ea7194469cea7e96b35c65bfb292102ead672.tar.gz
Version 1.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b661289e709..6ae31098fb80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
# Contributor: Dmitry Kharitonov <darksab0r@gmail.com>
pkgname=makedepend
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
pkgdesc="Create dependencies in Makefiles"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
-url="http://www.linuxfromscratch.org/blfs/view/7.4/x/makedepend.html"
+#old: url="http://www.linuxfromscratch.org/blfs/view/7.4/x/makedepend.html"
+url="https://xorg.freedesktop.org/archive/individual/util/"
license=('custom')
depends=('splint')
makedepends=('autoconf'
@@ -19,7 +20,7 @@ makedepends=('autoconf'
'xorg-util-macros'
'xorgproto')
source=(http://xorg.freedesktop.org/archive/individual/util/$pkgname-$pkgver.tar.gz)
-sha256sums=('845f6708fc850bf53f5b1d0fb4352c4feab3949f140b26f71b22faba354c3365')
+sha256sums=('17c1adf0284aaee473abfff0e8d3e754770615e1275f2a0043b9d97a00ed5cc9')
conflicts=('imake')
build() {