summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgerwk2020-07-15 08:43:04 +0200
committersgerwk2020-07-15 08:43:04 +0200
commit620e4d09dee8c3f39df9e5441448a61bc42569ff (patch)
treec49af43a7c852721d5fbb5281fa751f01ad94a6e
parent4427d9c06f7988e106a2dc6eb8955dc49351b7f6 (diff)
downloadaur-620e4d09dee8c3f39df9e5441448a61bc42569ff.tar.gz
fix field name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c70ebdcc1f8..439792de72b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,8 +18,8 @@ pkgbase = felinks
depends = expat
depends = ncurses
depends = lua51
- conficts = elinks
- conficts = elinks-git
+ conflicts = elinks
+ conflicts = elinks-git
source = git+https://github.com/rkd77/felinks#tag=v0.13.3
sha256sums = SKIP
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')