summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2019-11-03 20:45:40 +0100
committerFrederic Bezies2019-11-03 20:45:40 +0100
commit9943dc96d0b0e39134dfd4b35655c4391c427631 (patch)
tree9fdcafd717075bab97a54597d04cfe75967273a5 /PKGBUILD
parent633bc028e7ecbc26ed7f675c2ad4f41af99ac559 (diff)
downloadaur-9943dc96d0b0e39134dfd4b35655c4391c427631.tar.gz
2.84.3 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c38714648be..1ba8152a9e83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Allan McRae <allan@archlinux.org>
pkgname=yabasic
-pkgver=2.84.2
+pkgver=2.84.3
pkgrel=1
pkgdesc="Yet Another Basic"
arch=('i686' 'x86_64')
@@ -13,12 +13,12 @@ url="http://www.yabasic.de/"
depends=('libx11' 'ncurses')
makedepends=('libxt')
source=("http://www.yabasic.de/download/$pkgname-$pkgver.tar.gz")
-sha256sums=('98064a2631428ad938b4f515f78688f366ea2f2bebe80c31eebc2747f5b46fa6')
+sha256sums=('a78bfa48f9f7d3469ebbccdb4128f1618355b1dbf9d60eca679eb461da6bbbcd')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --disable-use-ffi
-#disable ffi because ffi.h cannot be found on Archlinux ?!
+ #disable ffi because ffi.h cannot be found on Archlinux ?!
make
}