summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2018-09-14 04:41:03 +0800
committerlilac2018-09-14 04:41:03 +0800
commit07bcd9bf872993a73bb5da836e7ec2827120665b (patch)
tree8588f9f50562c3b6550939f9f47d08dff149686a /PKGBUILD
parentc109d7ab86691b78774b01b24aaf8b61c8435762 (diff)
downloadaur-07bcd9bf872993a73bb5da836e7ec2827120665b.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 312ba5f9cb3e..c410c8c1d2ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heavysink <winstonwu91@gmail.com>
pkgname=x88000
-pkgver=1.5.1
+pkgver=1.5.3
pkgrel=1
pkgdesc="NEC - PC8801 Emulator on the Linux platform "
arch=('i686' 'x86_64')
@@ -21,4 +21,4 @@ package() {
cd "$srcdir/x88_1_5_1_src"
install -d "$pkgdir/usr/bin"
install -Dm755 "$srcdir/x88_1_5_1_src/X88000" "$pkgdir/usr/bin/X88000"
-} \ No newline at end of file
+}