summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-06-11 18:16:49 -0400
committerChris Severance2016-06-11 18:16:49 -0400
commitf9e89b5b044dc5cdc7156f79e80bf657ee8b03ae (patch)
treecdea725d2cb1f5d0ba686fd691eb5acb7eea6a52
parent2f6b37ab8eb572ac9bb0febddba0ee7eb0c69534 (diff)
downloadaur-f9e89b5b044dc5cdc7156f79e80bf657ee8b03ae.tar.gz
Update to 1.16.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7fa6b07a4e4..240c0c716a41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Jan 26 05:53:37 UTC 2016
+# Sat Jun 11 22:16:49 UTC 2016
pkgbase = le-git
pkgdesc = A text editor in memorial to Norton Editor with block and binary operations
- pkgver = 1.16.1.r1.gc657585
+ pkgver = 1.16.3.r0.g5bb2515
pkgrel = 1
url = https://github.com/lavv17/le
arch = i686
arch = x86_64
license = GPL3
makedepends = git
- provides = le=1.16.1
+ provides = le=1.16.3
conflicts = le
source = git://git.sv.gnu.org/gnulib
source = git://github.com/lavv17/le.git
diff --git a/PKGBUILD b/PKGBUILD
index da45903f4f5c..182be3a33059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ set -u
_gitauth='lavv17'
_pkgname='le'
pkgname="${_pkgname}-git"
-pkgver=1.16.1.r1.gc657585
+pkgver=1.16.3.r0.g5bb2515
pkgrel=1
pkgdesc='A text editor in memorial to Norton Editor with block and binary operations'
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ _srcdir="${_pkgname}-${pkgver}"
#source=("http://lav.yar.ru/download/le/${_pkgname}-${pkgver}.tar.gz")
source=('git://git.sv.gnu.org/gnulib' "${_pkgname}-${pkgver}.tar.gz::https://github.com/${_gitauth}/${_pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('SKIP'
- '66ceb8a85f524366ca89c240ed44b46e328e5a8a46af04effaca02ce8a785495')
+ '23a826afdea4fd43167367c25625ca52aaa2c941c1710990a6dc59fac7eddaed')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
unset _verwatch