summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorreztho2020-12-14 10:04:30 +0000
committerreztho2020-12-14 10:04:30 +0000
commit6204b8f61b027724a73d673245a529fa595e9f6a (patch)
tree3b25e20ef4991d7c93d2f04782d1db07fc457785
parent6e3e67d1d41dff2b73d25be0e3978f6d4b90856d (diff)
downloadaur-6204b8f61b027724a73d673245a529fa595e9f6a.tar.gz
Upgraded to v11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD26
2 files changed, 14 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46be581ab51f..9fb51fdc7aa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = textadept
pkgdesc = A fast, minimalist, and remarkably extensible cross-platform text editor
- pkgver = 10.8
+ pkgver = 11.0
pkgrel = 1
url = http://foicica.com/textadept/
arch = i686
@@ -14,10 +14,10 @@ pkgbase = textadept
provides = textadept
conflicts = textadept-bin
replaces = textadept-bin
- source = hg+http://foicica.com/hg/textadept#tag=textadept_10.8
- source = http://foicica.com/textadept/download/textadept_10.8.modules.zip
- md5sums = SKIP
- md5sums = 91523bb909acb9ceff20b6da6ceddf78
+ source = https://github.com/orbitalquark/textadept/archive/textadept_11.0.tar.gz
+ source = https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.modules.zip
+ md5sums = a57c070a8bb19687e819098ae190e836
+ md5sums = cacf22d1edf8a161578ca93b805a2035
pkgname = textadept
diff --git a/PKGBUILD b/PKGBUILD
index 9c93445d0e3f..f08384b6c0c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom <reztho@archlinux.org>
# Based on a contribution of: bitwave
pkgname=textadept
-pkgver=10.8
+pkgver=11.0
pkgrel=1
pkgdesc="A fast, minimalist, and remarkably extensible cross-platform text editor"
arch=('i686' 'x86_64')
@@ -12,19 +12,11 @@ makedepends=('mercurial' 'wget' 'unzip')
provides=("$pkgname")
conflicts=('textadept-bin')
replaces=('textadept-bin')
-source=("hg+http://foicica.com/hg/textadept#tag=${pkgname}_${pkgver}"
- "http://foicica.com/textadept/download/textadept_${pkgver}.modules.zip")
+source=("https://github.com/orbitalquark/textadept/archive/textadept_${pkgver}.tar.gz"
+ "https://github.com/orbitalquark/textadept/releases/download/textadept_${pkgver}/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"
+ cd "$srcdir/textadept-textadept_${pkgver}/src"
unset MAKEFLAGS
unset CXXFLAGS
unset CFLAGS
@@ -34,14 +26,14 @@ build() {
}
package() {
- cd "$srcdir/$pkgname/src"
+ cd "$srcdir/textadept-textadept_${pkgver}/src"
make PREFIX=/usr DESTDIR="$pkgdir/" install
rm "$pkgdir/usr/share/pixmaps/"textadept{.svg,.png}
make curses PREFIX=/usr DESTDIR="$pkgdir/" install
# Additional modules
- cd "$srcdir/${pkgname}_$pkgver.modules"
- cp -r modules "$pkgdir/usr/share/$pkgname/"
+ cd "$srcdir/textadept-modules"
+ cp -r ./* "$pkgdir/usr/share/$pkgname/"
# License
install -d "$pkgdir/usr/share/licenses/textadept"
@@ -52,5 +44,5 @@ package() {
ln -s /usr/share/textadept/doc "$pkgdir/usr/share/doc/$pkgname"
}
-md5sums=('SKIP'
- '91523bb909acb9ceff20b6da6ceddf78')
+md5sums=('a57c070a8bb19687e819098ae190e836'
+ 'cacf22d1edf8a161578ca93b805a2035')