summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2019-11-22 18:14:07 +0100
committerFrederic Bezies2019-11-22 18:14:07 +0100
commit780c8d23da0ca1240a65a2f68e5cc9d37024910a (patch)
tree934b963a523aef61693f754876d1f0f5aad52bd2 /PKGBUILD
parent9943dc96d0b0e39134dfd4b35655c4391c427631 (diff)
downloadaur-780c8d23da0ca1240a65a2f68e5cc9d37024910a.tar.gz
2.85.0 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ba8152a9e83..7cea5be3533f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Allan McRae <allan@archlinux.org>
pkgname=yabasic
-pkgver=2.84.3
+pkgver=2.85.0
pkgrel=1
pkgdesc="Yet Another Basic"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="http://www.yabasic.de/"
depends=('libx11' 'ncurses')
makedepends=('libxt')
source=("http://www.yabasic.de/download/$pkgname-$pkgver.tar.gz")
-sha256sums=('a78bfa48f9f7d3469ebbccdb4128f1618355b1dbf9d60eca679eb461da6bbbcd')
+sha256sums=('0598f25b4fa8320a1367d3ef46c95345df710434d10a6f647c5b4ad244be0ded')
build() {
cd $pkgname-$pkgver
@@ -22,7 +22,6 @@ build() {
make
}
-
check() {
cd $pkgname-$pkgver
make check