summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2018-04-24 19:34:37 +0200
committerFrederic Bezies2018-04-24 19:34:37 +0200
commit61f34008660759fbd92681ced747e4275fc11676 (patch)
tree6e4f679459a39524be22e1443429a154874ba2eb /PKGBUILD
parent1d1869f42fe162bd22ed6f839ac533c6c0efa819 (diff)
downloadaur-61f34008660759fbd92681ced747e4275fc11676.tar.gz
Yabasic 2.79.0 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f218b5b29eab..f940e6df9cb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Allan McRae <allan@archlinux.org>
pkgname=yabasic
-pkgver=2.78.5
+pkgver=2.79.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=('30e3811dd6800eb628a2dfe41e040a07d8cf0f8b1a08f79460a431a2c287c055')
+sha256sums=('9e37669e7ef0297c0961568c1e44624e3c90971e4a04ff2a42d1415816f1f7b6')
build() {
cd $pkgname-$pkgver
@@ -32,3 +32,4 @@ package() {
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
+