summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4df81fa652c1..ecb417a5a30c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dstep-git
pkgdesc = Automatic C header to D module translator
- pkgver = r375.d3478da
+ pkgver = r608.2cb53c1
pkgrel = 1
url = https://github.com/jacob-carlborg/dstep
arch = i686
@@ -9,12 +9,10 @@ pkgbase = dstep-git
license = custom
makedepends = dub
makedepends = dmd
- depends = clang35
provides = dstep
- source = git+https://github.com/jacob-carlborg/dstep.git
+ source = git+https://github.com/jacob-carlborg/dstep
source = http://www.boost.org/LICENSE_1_0.txt
sha1sums = SKIP
sha1sums = 3cba29011be2b9d59f6204d6fa0a386b1b2dbd90
pkgname = dstep-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 84623e39e393..f32ad80a992b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,21 @@
# Maintainer: Dicebot <public@dicebot.lv>
+# Maintainer: tee < teeaur at duck dot com >
pkgname=dstep-git
provides=('dstep')
-pkgver=r375.d3478da
+pkgver=r608.2cb53c1
pkgrel=1
pkgdesc="Automatic C header to D module translator"
arch=('i686' 'x86_64')
groups=('dlang')
url="https://github.com/jacob-carlborg/dstep"
license=('custom')
-depends=('clang35')
makedepends=('dub' 'dmd')
source=(
- "git+https://github.com/jacob-carlborg/dstep.git"
+ "git+$url"
"http://www.boost.org/LICENSE_1_0.txt"
)
-sha1sums=(
- 'SKIP'
- '3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-)
+sha1sums=('SKIP'
+ '3cba29011be2b9d59f6204d6fa0a386b1b2dbd90')
pkgver()
{