summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-01-01 22:23:17 +0100
committerhaawda2022-01-01 22:23:17 +0100
commit3ef51da940496fdf893691b75134bdc3757b110e (patch)
tree707e4ed779516a81b3a7964d680967353dd14195
parent824350fa51598ebb77bbcfd09258fff5ccb662b5 (diff)
downloadaur-3ef51da940496fdf893691b75134bdc3757b110e.tar.gz
update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c0c717c834d..9a0f3c273065 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = neoleo
pkgdesc = Lightweight curses spreadsheet based on GNU oleo
- pkgver = 11.0
- pkgrel = 2
+ pkgver = 12.0
+ pkgrel = 1
url = https://github.com/blippy/neoleo
arch = x86_64
license = GPL
depends = ncurses
- source = neoleo-11.0.tar.gz::https://github.com/blippy/neoleo/archive/v11.0.tar.gz
- source = io-curses.patch
- sha256sums = 2c24839ee68c332dccc0187bcd2461afee131c23f7f89743d78b36ff2857c36f
- sha256sums = b1c89e5b4f9eaf887c8bdb9d0a54d2b150869c71a6018fae700f119ca43a0983
+ source = neoleo-12.0.tar.gz::https://github.com/blippy/neoleo/archive/v12.0.tar.gz
+ sha256sums = e31492080c5d0586f11cfcc2a998cea403ac4f63df1bfe3f7cc1cab145656d30
pkgname = neoleo
diff --git a/PKGBUILD b/PKGBUILD
index 4de0627288aa..c6aa1c7b9657 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,15 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=neoleo
-pkgver=11.0
-pkgrel=2
+pkgver=12.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=($pkgname-$pkgver.tar.gz::https://github.com/blippy/neoleo/archive/v$pkgver.tar.gz io-curses.patch)
-sha256sums=('2c24839ee68c332dccc0187bcd2461afee131c23f7f89743d78b36ff2857c36f'
- 'b1c89e5b4f9eaf887c8bdb9d0a54d2b150869c71a6018fae700f119ca43a0983')
-
-prepare() {
- cd "$pkgname-$pkgver"
- patch -Np1 < "$srcdir"/io-curses.patch
-}
+source=($pkgname-$pkgver.tar.gz::https://github.com/blippy/neoleo/archive/v$pkgver.tar.gz)
+sha256sums=('e31492080c5d0586f11cfcc2a998cea403ac4f63df1bfe3f7cc1cab145656d30')
build() {
cd "$pkgname-$pkgver"