summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Gonzalez2018-05-22 11:56:30 -0500
committerRyan Gonzalez2018-05-22 11:56:30 -0500
commit48c61e4915c8a47f0843c3f65ab2f6e9b68585a9 (patch)
tree86fc9dfdd16848d5d7ba135dbd24215f49da1aff
parentdf80641bad17a477215e85a99f178dd5b1a44bc7 (diff)
downloadaur-48c61e4915c8a47f0843c3f65ab2f6e9b68585a9.tar.gz
Bump pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a0658909e83..fb6874ba3b42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = swift-bin
pkgdesc = Official binary builds of the Swift programming language.
pkgver = 4.1
- pkgrel = 3
+ pkgrel = 4
url = https://swift.org
arch = x86_64
license = apache
diff --git a/PKGBUILD b/PKGBUILD
index a63ac4c82cb3..995fd0024654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_version=4.1
pkgname=swift-bin
pkgver=${_version//-/.}
-pkgrel=3
+pkgrel=4
pkgdesc="Official binary builds of the Swift programming language."
arch=('x86_64')
url="https://swift.org"