summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradan J. Wolbeck2018-09-13 00:00:18 -0600
committerBradan J. Wolbeck2018-09-13 00:00:18 -0600
commitd453c458a46d5e8af35d6b47ec65e4aaa0985d4c (patch)
tree86e8dba811a1c49f26b3d05e62e1e360eec41b5e
parent0c9db55f9516f615eeaf42579b7ccd8b162a94d1 (diff)
downloadaur-d453c458a46d5e8af35d6b47ec65e4aaa0985d4c.tar.gz
Fix versioning scheme to match help page
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05f1d1136830..1177c4c89b12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zasm
pkgdesc = A 2-pass assembler for the Zilog 8-bit Z80 CPU
- pkgver = 4.ba28f3c
+ pkgver = 4.2.1
pkgrel = 1
url = http://k1.spdns.de/Develop/Projects/zasm/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 69b9ac765495..f14074187005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
# Contributor: John K. Luebs <https://github.com/jkl1337>
pkgname=zasm
-pkgver=4.ba28f3c
+pkgver=4.2.1
pkgrel=1
pkgdesc="A 2-pass assembler for the Zilog 8-bit Z80 CPU"
arch=('any')
url="http://k1.spdns.de/Develop/Projects/zasm/"
license=('BSD')
source=("git+https://bitbucket.org/megatokio/zasm.git#commit=ba28f3c573a3f9d69d929f290cf2921b43471369"
-
-"git+https://bitbucket.org/megatokio/libraries.git#commit=a2d8746b559ed7c9e412cb1b5afa684e08e28c8d")
+ "git+https://bitbucket.org/megatokio/libraries.git#commit=a2d8746b559ed7c9e412cb1b5afa684e08e28c8d")
sha256sums=('SKIP' 'SKIP')
build() {