summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-12-21 23:39:43 -0500
committerChris Severance2015-12-21 23:39:43 -0500
commitf5049c0f4c966aadeb60f4f2d9aaf0e83605de6b (patch)
tree5d238d1ede3cbac60b4e184b1e2b7878cc993104
parentcfd90354ae83e5c13b2f63aaa97e09891158b578 (diff)
downloadaur-f5049c0f4c966aadeb60f4f2d9aaf0e83605de6b.tar.gz
Update to 1.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD18
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 189cf418bf55..bd08cd76a08c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Tue Dec 22 04:39:43 UTC 2015
pkgbase = le-git
pkgdesc = A text editor in memorial to Norton Editor with block and binary operations
- pkgver = 1.15.1.r9.g179ba50
+ pkgver = 1.16.0.r4.g431bde7
pkgrel = 1
url = https://github.com/lavv17/le
arch = i686
arch = x86_64
license = GPL3
makedepends = git
- provides = le=1.15.1
+ provides = le=1.16.0
conflicts = le
source = git://git.sv.gnu.org/gnulib
source = git://github.com/lavv17/le.git
diff --git a/PKGBUILD b/PKGBUILD
index e28573927d91..d136a4bcb512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ set -u
_gitauth='lavv17'
_pkgname='le'
pkgname="${_pkgname}-git"
-pkgver=1.15.1.r9.g179ba50
+pkgver=1.16.0.r4.g431bde7
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'
- '497c2bc0176ee91033dd87c57c90f1d2bf9acc29b32585cfb4c1d32e6ce34834')
+ '02144a818ec39fab6a4a22ec1c62415128ac8810437a702bd7763531f3c96192')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
unset _verwatch
@@ -42,14 +42,12 @@ fi
prepare() {
set -u
cd "${_srcdir}"
- if [ -z "${SKIP_PREPARE:-}" ]; then
- if [ -s 'autogen.sh' ]; then
- #chmod 770 "${srcdir}/gnulib/gnulib-tool"
- PATH="$PATH:${srcdir}/gnulib" \
- ./autogen.sh --prefix='/usr'
- else
- ./configure --prefix='/usr'
- fi
+ if [ -s 'autogen.sh' ]; then
+ #chmod 770 "${srcdir}/gnulib/gnulib-tool"
+ PATH="$PATH:${srcdir}/gnulib" \
+ ./autogen.sh --prefix='/usr'
+ else
+ ./configure --prefix='/usr'
fi
set +u
}