summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-01-26 00:53:05 -0500
committerChris Severance2016-01-26 00:53:05 -0500
commit2f55d033ed7f2622f34765edf694d6c3b8a2f9c9 (patch)
treef92a53fd485be5145368f9617fb30a93e1d004e9
parent08ec6c34cfc7fb730309c870456f0768f92981eb (diff)
downloadaur-2f55d033ed7f2622f34765edf694d6c3b8a2f9c9.tar.gz
Update to 1.16.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 425d397dfb90..be252d891469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Dec 22 04:39:37 UTC 2015
+# Tue Jan 26 05:53:05 UTC 2016
pkgbase = le
pkgdesc = A text editor in memorial to Norton Editor with block and binary operations
- pkgver = 1.16.0
+ pkgver = 1.16.1
pkgrel = 1
url = https://github.com/lavv17/le
arch = i686
arch = x86_64
license = GPL3
source = git://git.sv.gnu.org/gnulib
- source = le-1.16.0.tar.gz::https://github.com/lavv17/le/archive/v1.16.0.tar.gz
+ source = le-1.16.1.tar.gz::https://github.com/lavv17/le/archive/v1.16.1.tar.gz
sha256sums = SKIP
- sha256sums = 02144a818ec39fab6a4a22ec1c62415128ac8810437a702bd7763531f3c96192
+ sha256sums = 66ceb8a85f524366ca89c240ed44b46e328e5a8a46af04effaca02ce8a785495
pkgname = le
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 5db6901406c1..9e54b56be07b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ set -u
_gitauth='lavv17'
_pkgname='le'
pkgname="${_pkgname}"
-pkgver=1.16.0
+pkgver=1.16.1
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