summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97784b713623..b2b9ecb51b9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neoleo
pkgdesc = Lightweight curses spreadsheet based on GNU oleo
- pkgver = 9.0
- pkgrel = 2
+ pkgver = 10.0
+ pkgrel = 1
url = https://github.com/blippy/neoleo
arch = x86_64
license = GPL
depends = ncurses
- source = https://github.com/blippy/neoleo/releases/download/v9.0/neoleo-9.0.tar.gz
- md5sums = fd868889016741f267c3e30a61ae5d61
+ source = https://github.com/blippy/neoleo/releases/download/v10.0/neoleo-10.0.tar.gz
+ md5sums = 1a651d12bc2d1e43176a117b96178e0f
pkgname = neoleo
diff --git a/PKGBUILD b/PKGBUILD
index 0e5ca5c4fe61..1e70421b7572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Mark Carter <alt.mcarter@gmail.com>
pkgname=neoleo
-pkgver=9.0
-pkgrel=2
+pkgver=10.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=('fd868889016741f267c3e30a61ae5d61')
+md5sums=('1a651d12bc2d1e43176a117b96178e0f')
build() {
cd "$pkgname-$pkgver"
- unset CPPFLAGS
+ #unset CPPFLAGS
./configure --prefix=/usr
make
}