summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 748e4c2b281a..73bedf97af3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,19 @@
# Maintainer: Ryan Gonzalez <rymg19 at gmail dot com>
pkgname=sourcekitten
-pkgver=0.22.0
+pkgver=0.26.0
pkgrel=1
-pkgdesc='An adorable little framework and command line tool for interacting with SourceKit..'
+pkgdesc='An adorable little framework and command line tool for interacting with SourceKit.'
arch=('any')
url='https://github.com/jpsim/SourceKitten'
license=('MIT')
depends=('swift-language')
makedepends=('swift-language')
-source=("https://github.com/jpsim/SourceKitten/archive/$pkgver.tar.gz"
- 0001-Silence-errors-due-to-which-failing-to-find-swiftenv.patch)
-sha256sums=('61f92e16c7dacd8e1389e42c5e9ccc350c73e962b7d73b7ef92608d222a744c4'
- SKIP)
+source=("https://github.com/jpsim/SourceKitten/archive/$pkgver.tar.gz")
+sha256sums=('4c8ab67f15654a11da3739b966f5a0b379cf7a7626095238ad921d958c559c86')
prepare() {
cd "SourceKitten-$pkgver"
- patch -p1 -i "${srcdir}/0001-Silence-errors-due-to-which-failing-to-find-swiftenv.patch"
}
package() {