summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTwoFinger2021-05-26 13:13:45 +0300
committerTwoFinger2021-05-26 13:34:47 +0300
commit052bf9fee0e3e7a67f87707d161ea744838c22de (patch)
tree5e736663bc521be7d5b8dba2eac5e2ab71bf8bdf
parent4ff925671fd8ce32588ae6f7597126f6dfbf68f3 (diff)
downloadaur-052bf9fee0e3e7a67f87707d161ea744838c22de.tar.gz
mercurial is no longer required
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5860c04c5287..5c5087de1322 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = textadept
pkgdesc = A fast, minimalist, and remarkably extensible cross-platform text editor
pkgver = 11.1
- pkgrel = 1
+ pkgrel = 2
url = http://foicica.com/textadept/
arch = i686
arch = x86_64
license = MIT
- makedepends = mercurial
makedepends = wget
makedepends = unzip
depends = lua
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')