summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTwoFinger2021-05-26 13:13:45 +0300
committerTwoFinger2021-05-26 13:34:47 +0300
commit052bf9fee0e3e7a67f87707d161ea744838c22de (patch)
tree5e736663bc521be7d5b8dba2eac5e2ab71bf8bdf /PKGBUILD
parent4ff925671fd8ce32588ae6f7597126f6dfbf68f3 (diff)
downloadaur-052bf9fee0e3e7a67f87707d161ea744838c22de.tar.gz
mercurial is no longer required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf975d12620f..25d3f59b8bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Based on a contribution of: bitwave
pkgname=textadept
pkgver=11.1
-pkgrel=1
+pkgrel=2
pkgdesc="A fast, minimalist, and remarkably extensible cross-platform text editor"
arch=('i686' 'x86_64' 'aarch64')
url="http://foicica.com/textadept/"
license=('MIT')
depends=('lua' 'gtk2')
-makedepends=('mercurial' 'wget' 'unzip')
+makedepends=('wget' 'unzip')
provides=("$pkgname")
conflicts=('textadept-bin')
replaces=('textadept-bin')