summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorreztho2019-04-19 11:04:50 +0100
committerreztho2019-04-19 11:04:50 +0100
commitd48a757ac417ce990a3cc1f5b1e217e371fb7351 (patch)
treed7ec3b2032805669288167b48fa881c278e4a7bd
parente8b535846730aa758db8707906ca9bf7719b4951 (diff)
downloadaur-d48a757ac417ce990a3cc1f5b1e217e371fb7351.tar.gz
Upgraded to v10.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd8fac64c927..390639694742 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Nov 5 21:19:24 UTC 2017
pkgbase = textadept
pkgdesc = A fast, minimalist, and remarkably extensible cross-platform text editor
- pkgver = 9.6
+ pkgver = 10.3
pkgrel = 1
url = http://foicica.com/textadept/
arch = i686
@@ -16,10 +14,10 @@ pkgbase = textadept
provides = textadept
conflicts = textadept-bin
replaces = textadept-bin
- source = hg+http://foicica.com/hg/textadept#revision=ee3f0315e62d
- source = http://foicica.com/textadept/download/textadept_9.6.modules.zip
+ source = hg+http://foicica.com/hg/textadept#revision=e7c3dfab62a7
+ source = http://foicica.com/textadept/download/textadept_10.3.modules.zip
md5sums = SKIP
- md5sums = 98c1dac04082c0a0f784c8a86e1662f9
+ md5sums = e8e2b0c5323fafb9802969f207ce5ff6
pkgname = textadept
diff --git a/PKGBUILD b/PKGBUILD
index 5f8335959576..3c29b6225c0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom <reztho@archlinux.org>
# Based on a contribution of: bitwave
pkgname=textadept
-pkgver=9.6
+pkgver=10.3
pkgrel=1
pkgdesc="A fast, minimalist, and remarkably extensible cross-platform text editor"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('mercurial' 'wget' 'unzip')
provides=("$pkgname")
conflicts=('textadept-bin')
replaces=('textadept-bin')
-source=("hg+http://foicica.com/hg/textadept#revision=ee3f0315e62d"
+source=("hg+http://foicica.com/hg/textadept#revision=e7c3dfab62a7"
"http://foicica.com/textadept/download/textadept_${pkgver}.modules.zip")
build() {
@@ -29,7 +29,6 @@ build() {
unset CXXFLAGS
unset CFLAGS
make deps
- install -m644 "$srcdir/$pkgname/src/lua.sym" "$srcdir/$pkgname/src/luajit/src/lua.sym"
make
make curses
}
@@ -54,4 +53,4 @@ package() {
}
md5sums=('SKIP'
- '98c1dac04082c0a0f784c8a86e1662f9')
+ 'e8e2b0c5323fafb9802969f207ce5ff6')