summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorreztho2016-10-01 23:47:36 +0100
committerreztho2016-10-01 23:47:36 +0100
commita64a33a203c0670b9326c0cea8a73941b96941f1 (patch)
tree784c2519992c920c6b0b36cd831889e9122aa9b1
parent7bd05e34786d6931aeb15ac4c785d27119974776 (diff)
downloadaur-a64a33a203c0670b9326c0cea8a73941b96941f1.tar.gz
Updated to version 9.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd1f31a2dd11..77a78fbdd888 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 8 16:00:58 UTC 2016
+# Sat Oct 1 22:47:26 UTC 2016
pkgbase = textadept
pkgdesc = A fast, minimalist, and remarkably extensible cross-platform text editor
- pkgver = 8.7
+ pkgver = 9.0
pkgrel = 1
url = http://foicica.com/textadept/
arch = i686
@@ -16,10 +16,10 @@ pkgbase = textadept
provides = textadept
conflicts = textadept-bin
replaces = textadept-bin
- source = hg+http://foicica.com/hg/textadept#revision=70ce6812e62f
- source = http://foicica.com/textadept/download/textadept_8.7.modules.zip
+ source = hg+http://foicica.com/hg/textadept#revision=bdd7e352df48
+ source = http://foicica.com/textadept/download/textadept_9.0.modules.zip
md5sums = SKIP
- md5sums = a4d424b6d0616999edf7cfc69c11f313
+ md5sums = 2e3cc33d2630ad64675b5ce73b49276a
pkgname = textadept
diff --git a/PKGBUILD b/PKGBUILD
index 281a13a4731a..cf5736544424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom <reztho@archlinux.org>
# Based on a contribution of: bitwave
pkgname=textadept
-pkgver=8.7
+pkgver=9.0
pkgrel=1
pkgdesc="A fast, minimalist, and remarkably extensible cross-platform text editor"
arch=('i686' 'x86_64')
@@ -12,10 +12,18 @@ makedepends=('mercurial' 'wget' 'unzip')
provides=("$pkgname")
conflicts=('textadept-bin')
replaces=('textadept-bin')
-source=("hg+http://foicica.com/hg/textadept#revision=70ce6812e62f"
+source=("hg+http://foicica.com/hg/textadept#revision=bdd7e352df48"
"http://foicica.com/textadept/download/textadept_${pkgver}.modules.zip")
build() {
+ msg ""
+ msg "If textadept can't be compiled try the following things in this order:"
+ msg "- Run: hg config -e , and then add these lines:"
+ msg "[hostsecurity]"
+ msg "foicica.com:minimumprotocol = tls1.0"
+ msg ""
+ msg "- Run makepkg with the -C argument"
+ msg ""
cd "$srcdir/$pkgname/src"
unset MAKEFLAGS
unset CXXFLAGS
@@ -57,4 +65,4 @@ package() {
}
md5sums=('SKIP'
- 'a4d424b6d0616999edf7cfc69c11f313')
+ '2e3cc33d2630ad64675b5ce73b49276a')