summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3799dac6f08..c7663992d0b8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=SwiftLint
pkgname=swiftlint
-pkgver=0.42.0
+pkgver=0.43.0
pkgrel=1
pkgdesc="A tool to enforce Swift style and conventions."
arch=("i686" "x86_64")
@@ -10,12 +10,12 @@ url="https://github.com/realm/SwiftLint"
license=("MIT")
depends=("swift-language")
optdepends=()
-makedepends=()
+makedepends=()
conflicts=("${pkgname}")
# options=()
# install=$pkgname.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/realm/SwiftLint/archive/${pkgver}.tar.gz")
-sha256sums=('48f857739732048afb968c2b2eeee4400aa9da21e543e67a0a87d87cd98dad6e')
+sha256sums=('de2a0bcd21f1ebe02a42157b81627f65f6af22a5ca2159f93d6d6bc1e1ee61f9')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"