summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Gonzalez2018-02-19 15:50:44 -0600
committerRyan Gonzalez2018-02-19 15:50:44 -0600
commit0552fe45b8b0b0bd7e090a1fd327e9e171f8b272 (patch)
treee57aeba54b4239893df1688e1316bde501daf5f3
parent7a82b87272ec383b6a868282d1b982ab58d6f91e (diff)
downloadaur-0552fe45b8b0b0bd7e090a1fd327e9e171f8b272.tar.gz
Update pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca224ce77d2b..09029c2e319d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = swift-bin
pkgdesc = Official binary builds of the Swift programming language.
pkgver = 4.0.3
- pkgrel = 3
+ pkgrel = 4
url = https://swift.org
arch = x86_64
license = apache
diff --git a/PKGBUILD b/PKGBUILD
index 804b81da2eac..75706c423d13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_version=4.0.3
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"