summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Carter2021-02-13 14:32:24 +0000
committerMark Carter2021-02-13 14:32:24 +0000
commitacff2f2e88c023df3997075793c9178d09e8aa34 (patch)
treebced215b4d2db6a3ad9ad3ff4f9357cd9ba85eee
parent0fb071c87df5b1da266eb4772ea70e47c78273b3 (diff)
downloadaur-acff2f2e88c023df3997075793c9178d09e8aa34.tar.gz
Updated to v11 of neoleo (Skinny Pete)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6e860ac728b..4330705bd90d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neoleo
pkgdesc = Lightweight curses spreadsheet based on GNU oleo
- pkgver = 10.0
- pkgrel = 3
+ pkgver = 11.0
+ pkgrel = 1
url = https://github.com/blippy/neoleo
arch = x86_64
license = GPL
depends = ncurses
- source = https://github.com/blippy/neoleo/releases/download/v10.0/neoleo-10.0.tar.gz
- md5sums = 1a651d12bc2d1e43176a117b96178e0f
+ source = https://github.com/blippy/neoleo/archive/v11.0.tar.gz
+ md5sums = 560c28fabd4b6440f4f03763d82463c6
pkgname = neoleo
diff --git a/PKGBUILD b/PKGBUILD
index 50cb255d01fe..c8adcac2d683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Mark Carter <alt.mcarter@gmail.com>
pkgname=neoleo
-pkgver=10.0
-pkgrel=3
+pkgver=11.0
+pkgrel=1
pkgdesc="Lightweight curses spreadsheet based on GNU oleo"
arch=('x86_64')
url="https://github.com/blippy/neoleo"
license=('GPL')
depends=('ncurses')
-source=(https://github.com/blippy/neoleo/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('1a651d12bc2d1e43176a117b96178e0f')
+source=(https://github.com/blippy/neoleo/archive/v$pkgver.tar.gz)
+md5sums=('560c28fabd4b6440f4f03763d82463c6')
build() {
cd "$pkgname-$pkgver"
unset CPPFLAGS
unset CXXFLAGS
+ autoreconf -iv
./configure --prefix=/usr
make
}