summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvy Foster2018-10-03 13:09:27 -0500
committerIvy Foster2018-10-03 13:09:27 -0500
commit2502aab076f3224bd09161e403ec20b5d098ec3d (patch)
tree92de3c3af14ab4ce6deb4a719acf047ec5059e67
parentfafb13531af49b623af3ec27af57eaaae8c6dfe2 (diff)
downloadaur-libbulletml.tar.gz
Update to 0.0.6-6: add bulletml_d.o to build
Thanks to amunkres for pointing out the omission.
-rw-r--r--.SRCINFO4
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9276bfa3b3d1..a0d5861717b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libbulletml
pkgdesc = C++ library to handle BulletML, a markup language to describe bullets in shooting games.
pkgver = 0.0.6
- pkgrel = 5
+ pkgrel = 6
url = http://shinh.skr.jp/libbulletml/index_en.html
arch = x86_64
arch = i686
@@ -14,7 +14,7 @@ pkgbase = libbulletml
sha256sums = 7c37f3d2d52825417c5de716f89bea4b71156371e698e2579daf7921df07aa79
sha256sums = f0a9f01ef9daaa980f876253c81e8e76eea17b7de1aa569bf23661b456c5c9d3
sha256sums = e85182a82604b4bc3c3f42b35f5d77decd327239602bcc4b5ac3a2e1269f211e
- sha256sums = 5a5d01f4be40da43feac4c8d6a81c3e2505d3f2872a805b910c587c5a31f45a4
+ sha256sums = 30495a94bb378d1744d902ccc84a44cdf855f448e66a08afb1dda32f0c4a10a8
pkgname = libbulletml
diff --git a/Makefile b/Makefile
index e04ba6efc9e9..5f1c067218dc 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ MINOR=0
VPATH=.:tinyxml
OBJS = bulletmlparser-tinyxml.o bulletmlparser.o bulletmltree.o calc.o \
- formula-variables.o bulletmlrunner.o bulletmlrunnerimpl.o
+ formula-variables.o bulletmlrunner.o bulletmlrunnerimpl.o bulletml_d.o
TINYXML = tinyxml.o tinyxmlerror.o tinyxmlparser.o
all: bulletml.d libbulletml.a libbulletml.so.$(MAJOR).$(MINOR)
diff --git a/PKGBUILD b/PKGBUILD
index f68ef28afb34..807d2b8fc365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libbulletml
pkgver=0.0.6
-pkgrel=5
+pkgrel=6
pkgdesc='C++ library to handle BulletML, a markup language to describe bullets in shooting games.'
url='http://shinh.skr.jp/libbulletml/index_en.html'
license=('custom:libbulletml')
@@ -21,7 +21,7 @@ sha256sums=(
7c37f3d2d52825417c5de716f89bea4b71156371e698e2579daf7921df07aa79
f0a9f01ef9daaa980f876253c81e8e76eea17b7de1aa569bf23661b456c5c9d3
e85182a82604b4bc3c3f42b35f5d77decd327239602bcc4b5ac3a2e1269f211e
- 5a5d01f4be40da43feac4c8d6a81c3e2505d3f2872a805b910c587c5a31f45a4
+ 30495a94bb378d1744d902ccc84a44cdf855f448e66a08afb1dda32f0c4a10a8
)
noextract=(d_cpp.tar.bz2)