summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-01-07 17:45:10 +0200
committerAdrian Perez de Castro2019-01-07 17:48:03 +0200
commit1a505ce31a4de0e65e2d56bdfda76413a33bdc34 (patch)
tree6d9a069474b6d8fb01e4c3aed5e631d211a18af2 /.SRCINFO
parent20fda273ebcedd431dac8a8e0484eb6c4a54a1d0 (diff)
downloadaur-1a505ce31a4de0e65e2d56bdfda76413a33bdc34.tar.gz
Remove usage of Git submodules, use packages instead
Use system-provided packages for UTHash, Lua, Termbox, and PCRE. This makes the vendored Git submodules unneeded and simplifies the packaging.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 141fb53dd57a..34a0033df4a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,15 @@
pkgbase = mle-git
pkgdesc = Flexible terminal-based text editor
- pkgver = r365.157724d
+ pkgver = r379.af76670
pkgrel = 1
url = https://github.com/adsr/mle
arch = x86_64
- depends = pcre2
+ makedepends = git
+ makedepends = uthash
+ depends = pcre
+ depends = termbox
+ depends = lua
source = mle-git::git+https://github.com/adsr/mle
- source = git+https://github.com/lua/lua
- source = git+https://github.com/adsr/mlbuf
- source = git+https://github.com/nsf/termbox
- source = git+https://github.com/troydhanson/uthash
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
sha512sums = SKIP
pkgname = mle-git