summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e314e5887ba..6617b8e6bfab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libyaml-git
- pkgdesc = Provides useful functions commonly found on BSD systems
+ pkgdesc = C library for parsing and emitting YAML
pkgver = 0.1.7.r44.g660242d
- pkgrel = 1
+ pkgrel = 2
url = https://pyyaml.org/wiki/LibYAML
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ccfd8858069b..71378adf6d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=libyaml-git
pkgver=0.1.7.r44.g660242d
-pkgrel=1
-pkgdesc="Provides useful functions commonly found on BSD systems"
+pkgrel=2
+pkgdesc="C library for parsing and emitting YAML"
arch=('i686' 'x86_64')
url="https://pyyaml.org/wiki/LibYAML"
license=('MIT')