summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-01-26 00:53:37 -0500
committerChris Severance2016-01-26 00:53:37 -0500
commit2f6b37ab8eb572ac9bb0febddba0ee7eb0c69534 (patch)
treeb50a0d93b5244d5e3c1c41f88efdcc80c4fc5310
parentf5049c0f4c966aadeb60f4f2d9aaf0e83605de6b (diff)
downloadaur-2f6b37ab8eb572ac9bb0febddba0ee7eb0c69534.tar.gz
Update to 1.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd08cd76a08c..d7fa6b07a4e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Dec 22 04:39:43 UTC 2015
+# Tue Jan 26 05:53:37 UTC 2016
pkgbase = le-git
pkgdesc = A text editor in memorial to Norton Editor with block and binary operations
- pkgver = 1.16.0.r4.g431bde7
+ pkgver = 1.16.1.r1.gc657585
pkgrel = 1
url = https://github.com/lavv17/le
arch = i686
arch = x86_64
license = GPL3
makedepends = git
- provides = le=1.16.0
+ provides = le=1.16.1
conflicts = le
source = git://git.sv.gnu.org/gnulib
source = git://github.com/lavv17/le.git
diff --git a/PKGBUILD b/PKGBUILD
index d136a4bcb512..da45903f4f5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ set -u
_gitauth='lavv17'
_pkgname='le'
pkgname="${_pkgname}-git"
-pkgver=1.16.0.r4.g431bde7
+pkgver=1.16.1.r1.gc657585
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'
- '02144a818ec39fab6a4a22ec1c62415128ac8810437a702bd7763531f3c96192')
+ '66ceb8a85f524366ca89c240ed44b46e328e5a8a46af04effaca02ce8a785495')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
unset _verwatch