summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64544b9bd874..2adef02efbe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 18:33:02 UTC 2016
+# Tue Jan 30 23:51:19 UTC 2018
pkgbase = dstep
pkgdesc = Automatic C header to D module translator
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/jacob-carlborg/dstep
- arch = i686
arch = x86_64
groups = dlang
license = custom
@@ -15,7 +14,7 @@ pkgbase = dstep
makedepends = liblphobos
depends = clang
depends = liblphobos
- source = git+https://github.com/jacob-carlborg/dstep.git#tag=v0.2.2
+ source = git+https://github.com/jacob-carlborg/dstep.git#tag=v0.2.3
source = http://www.boost.org/LICENSE_1_0.txt
sha1sums = SKIP
sha1sums = 3cba29011be2b9d59f6204d6fa0a386b1b2dbd90
diff --git a/PKGBUILD b/PKGBUILD
index f359fda6eea0..f22de03643af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Dicebot <public@dicebot.lv>
pkgname=dstep
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="Automatic C header to D module translator"
-arch=('i686' 'x86_64')
+arch=('x86_64')
groups=('dlang')
url="https://github.com/jacob-carlborg/dstep"
license=('custom')