summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"