summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-01-31 18:10:17 +0100
committerhaawda2023-01-31 18:10:17 +0100
commit21451bdb9eccc4608079a6ae56429683baa1fd78 (patch)
tree2680c1b8509500c6c300334e7c03f48c232be8e4
parentca6f24941f88fc6cdd0020e43551c5ea2a4ee192 (diff)
downloadaur-21451bdb9eccc4608079a6ae56429683baa1fd78.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3500c6eb849d..7c12c90ceaf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = neoleo
pkgdesc = Lightweight curses spreadsheet based on GNU oleo
- pkgver = 12.2
+ pkgver = 13.0
pkgrel = 1
url = https://github.com/blippy/neoleo
arch = x86_64
license = GPL
depends = ncurses
- source = neoleo-12.2.tar.gz::https://github.com/blippy/neoleo/archive/v12.2.tar.gz
- sha256sums = 8eb71b8dbbe875c86b12c5c6e129e88bb4022302e158c7aaf18dcaf257836225
+ source = neoleo-13.0.tar.gz::https://github.com/blippy/neoleo/archive/v13.0.tar.gz
+ sha256sums = f47aaf6530d0a2c9e73a8d82427e7c8ca796dcf348fe52cfa133bcefced86049
pkgname = neoleo
diff --git a/PKGBUILD b/PKGBUILD
index d1a70b1b18ae..5825220af843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=neoleo
-pkgver=12.2
+pkgver=13.0
pkgrel=1
pkgdesc="Lightweight curses spreadsheet based on GNU oleo"
arch=('x86_64')
@@ -10,7 +10,7 @@ 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)
-sha256sums=('8eb71b8dbbe875c86b12c5c6e129e88bb4022302e158c7aaf18dcaf257836225')
+sha256sums=('f47aaf6530d0a2c9e73a8d82427e7c8ca796dcf348fe52cfa133bcefced86049')
build() {
cd "$pkgname-$pkgver"
@@ -23,4 +23,3 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
-