summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2016-11-08 20:11:05 -0700
committerKamran Mackey2016-11-08 20:11:05 -0700
commit8bc864e31869a69d8b2ca7fd7021351919bd6fdf (patch)
tree45516fae3ce5f243eba5aa6b98834f33131a826a
parent667601f48d9823f0e3186d973abe86ea10235578 (diff)
downloadaur-8bc864e31869a69d8b2ca7fd7021351919bd6fdf.tar.gz
Updated the package description.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a04f3ec886ca..fab6a1d06572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Nov 9 03:00:28 UTC 2016
+# Wed Nov 9 03:10:55 UTC 2016
pkgbase = swift-bin
- pkgdesc = The Swift programming language, the binary drops from the official website
+ pkgdesc = Official binary builds of the Swift programming language.
pkgver = 3.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://swift.org
arch = x86_64
license = apache
diff --git a/PKGBUILD b/PKGBUILD
index 9ed839be23c9..e0d288752c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_version=3.0.1
pkgname=swift-bin
pkgver=${_version//-/.}
-pkgrel=2
-pkgdesc="The Swift programming language, the binary drops from the official website"
+pkgrel=3
+pkgdesc="Official binary builds of the Swift programming language."
arch=('x86_64')
url="https://swift.org"
license=('apache')