summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsgerwk2020-07-15 08:43:04 +0200
committersgerwk2020-07-15 08:43:04 +0200
commit620e4d09dee8c3f39df9e5441448a61bc42569ff (patch)
treec49af43a7c852721d5fbb5281fa751f01ad94a6e /PKGBUILD
parent4427d9c06f7988e106a2dc6eb8955dc49351b7f6 (diff)
downloadaur-620e4d09dee8c3f39df9e5441448a61bc42569ff.tar.gz
fix field name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e74350bb8b5..cab04982b9d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="text browser"
license=(GPL2)
arch=('x86_64' 'i686')
depends=(tre brotli libx11 openssl gpm zstd libidn expat ncurses lua51)
-makedepends=('gcc' 'make')
-conficts=(elinks elinks-git)
+makedepends=(gcc make)
+conflicts=(elinks elinks-git)
url="http://github.com/rkd77/felinks"
source=(git+https://github.com/rkd77/felinks#tag=v$pkgver)
sha256sums=('SKIP')