summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 821af463c1af..b8ab48b39799 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
-# Generated by makepkg 5.0.1
-# Sat Apr 29 21:31:12 UTC 2017
+# Generated by makepkg 5.1.3
+# Wed Jul 3 11:06:40 UTC 2019
pkgbase = yaml-cpp0.3
pkgdesc = YAML parser and emitter in C++, written around the YAML 1.2 spec
pkgver = 0.3.0
pkgrel = 2
url = https://github.com/jbeder/yaml-cpp
- arch = i686
arch = x86_64
license = MIT
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 6673c18f807f..031e57bee93b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.3.0
pkgrel=2
pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
url="https://github.com/jbeder/yaml-cpp"
-arch=('i686' 'x86_64')
+arch=(x86_64)
license=('MIT')
makedepends=('cmake')
conflicts=("yaml-cpp")