summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2021-03-26 22:35:41 +0100
committerhaawda2021-03-26 22:35:41 +0100
commitdd7ac91d70dbe233f29c62ad422b21f285a1cb63 (patch)
tree54079f811b5b365b1a8f19432c3c146d7d70aead /PKGBUILD
parent6ee92413f74fd77331f525244be1ecd164716c26 (diff)
downloadaur-dd7ac91d70dbe233f29c62ad422b21f285a1cb63.tar.gz
remove halibut from makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfbf324715e7..66f768e6d565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=halibut-git
-pkgver=1.2.r15.g44df656
+pkgver=1.2.r17.gd9b77f1
pkgrel=1
pkgdesc="free document preparation system"
url="http://www.chiark.greenend.org.uk/~sgtatham/halibut/"
arch=('i686' 'x86_64')
license=('custom:MIT')
depends=('glibc')
-makedepends=('git' 'halibut')
+makedepends=('git')
conflicts=('halibut')
provides=('halibut')
source=(git://git.tartarus.org/simon/halibut.git git://git.tartarus.org/simon/charset.git)