summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorLuis Martinez2021-06-29 02:28:48 -0500
committerLuis Martinez2021-06-29 02:44:52 -0500
commitb3d3584b00e00031c1e0cf06b6af5be4cf59fe53 (patch)
treed6d5d5f95aa92dc1fc6faf594787e2aa0d95b1d9 /.SRCINFO
parentc07c879175c8bea2f43169c71887bd9ebdf8969d (diff)
downloadaur-b3d3584b00e00031c1e0cf06b6af5be4cf59fe53.tar.gz
split package into three
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 17 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6de92a5511c1..ca96df3518f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,31 @@
pkgbase = textadept
pkgdesc = A fast, minimalist, and remarkably extensible cross-platform text editor
pkgver = 11.1
- pkgrel = 3
+ pkgrel = 4
url = http://foicica.com/textadept/
arch = i686
arch = x86_64
arch = aarch64
license = MIT
+ makedepends = gtk2
+ makedepends = gtk3
+ makedepends = ncurses
makedepends = wget
makedepends = unzip
- depends = gtk2
source = textadept-11.1.tar.gz::https://github.com/orbitalquark/textadept/archive/textadept_11.1.tar.gz
sha256sums = 87d67975b22952344e1bdcb330301b88cdfe8242e7710526cd344ab252499c2a
pkgname = textadept
+ depends = gtk2
+ provides = textadept-curses
+ conflicts = textadept-curses
+
+pkgname = textadept-gtk3
+ depends = gtk3
+ provides = textadept
+ provides = textadept-curses
+ conflicts = textadept
+ conflicts = textadept-curses
+
+pkgname = textadept-curses
+ depends = ncurses