summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorreztho2016-05-08 17:01:28 +0100
committerreztho2016-05-08 17:01:28 +0100
commit7bd05e34786d6931aeb15ac4c785d27119974776 (patch)
tree193e3acdeeace864d9a18237d0b900530c3afa72
parent139299507b7eafd35e3eacd4faa1cd29af007a50 (diff)
downloadaur-7bd05e34786d6931aeb15ac4c785d27119974776.tar.gz
Increased version to v8.7
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd9cac18e26e..fd1f31a2dd11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 18:18:11 UTC 2016
+# Sun May 8 16:00:58 UTC 2016
pkgbase = textadept
pkgdesc = A fast, minimalist, and remarkably extensible cross-platform text editor
- pkgver = 8.6
- pkgrel = 2
+ pkgver = 8.7
+ pkgrel = 1
url = http://foicica.com/textadept/
arch = i686
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = textadept
provides = textadept
conflicts = textadept-bin
replaces = textadept-bin
- source = hg+http://foicica.com/hg/textadept#revision=f27778cd1d49
- source = http://foicica.com/textadept/download/textadept_LATEST.modules.zip
+ source = hg+http://foicica.com/hg/textadept#revision=70ce6812e62f
+ source = http://foicica.com/textadept/download/textadept_8.7.modules.zip
md5sums = SKIP
- md5sums = 5adecf21c7c91216bc85f43b329be380
+ md5sums = a4d424b6d0616999edf7cfc69c11f313
pkgname = textadept
diff --git a/PKGBUILD b/PKGBUILD
index 60f686d94998..281a13a4731a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tom <reztho@archlinux.org>
# Based on a contribution of: bitwave
pkgname=textadept
-pkgver=8.6
-pkgrel=2
+pkgver=8.7
+pkgrel=1
pkgdesc="A fast, minimalist, and remarkably extensible cross-platform text editor"
arch=('i686' 'x86_64')
url="http://foicica.com/textadept/"
@@ -12,8 +12,8 @@ makedepends=('mercurial' 'wget' 'unzip')
provides=("$pkgname")
conflicts=('textadept-bin')
replaces=('textadept-bin')
-source=("hg+http://foicica.com/hg/textadept#revision=f27778cd1d49"
- 'http://foicica.com/textadept/download/textadept_LATEST.modules.zip')
+source=("hg+http://foicica.com/hg/textadept#revision=70ce6812e62f"
+ "http://foicica.com/textadept/download/textadept_${pkgver}.modules.zip")
build() {
cd "$srcdir/$pkgname/src"
@@ -57,4 +57,4 @@ package() {
}
md5sums=('SKIP'
- '5adecf21c7c91216bc85f43b329be380')
+ 'a4d424b6d0616999edf7cfc69c11f313')