summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichail Pevnev2017-05-27 01:12:03 +0300
committerMichail Pevnev2017-05-27 01:12:03 +0300
commit61dddb62bf01512f3c3e4005259936cdc65d4621 (patch)
tree5d688d5559c4b1c1fdf9a30a0ae23833173a0ba9
parent7dbb50c25176f9bfb1021807405dff97d3ce49d1 (diff)
downloadaur-61dddb62bf01512f3c3e4005259936cdc65d4621.tar.gz
Changed tinyendian dependency url from ximian to dlang-community
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4036c143407..32934f8b5eec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dyaml-git
pkgdesc = YAML parser and emitter for D language - git checkout
- pkgver = v0.4.5.r404.b388322
+ pkgver = v0.4.5.r407.4010531
pkgrel = 1
url = https://github.com/dlang-community/D-YAML
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = dyaml-git
makedepends = git
makedepends = dub
source = git://github.com/dlang-community/D-YAML.git
- source = git://github.com/ximion/tinyendian.git
+ source = git://github.com/dlang-community/tinyendian.git
source = dyaml.pc
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a0e75c5cd2b6..2f7fa1e70200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('custom:Boost')
makedepends=('git' 'dub')
depends=()
source=('git://github.com/dlang-community/D-YAML.git'
- 'git://github.com/ximion/tinyendian.git' # a dependency
+ 'git://github.com/dlang-community/tinyendian.git' # a dependency
'dyaml.pc'
)
md5sums=('SKIP'