summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorДамјан Георгиевски2021-03-15 12:36:32 +0100
committerДамјан Георгиевски2021-03-15 12:37:49 +0100
commit02e936cc5b98ed796b9421a0cfb6ba019a65041d (patch)
tree88c06cac09df8fc6cd55c057e96b0dda6f4c2512
parent76a7e69594e366bb20082b54f7ad681647cd3567 (diff)
downloadaur-02e936cc5b98ed796b9421a0cfb6ba019a65041d.tar.gz
bump to 6.1.3
removed the workaround for non-executable directories - it seems it's not an issue with npm 7.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cd1ff56ff63..e4a6cd9c6cd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = tslint
pkgdesc = A Linter for the TypeScript language.
- pkgver = 6.1.2
+ pkgver = 6.1.3
pkgrel = 1
url = http://palantir.github.io/tslint/
arch = any
license = Apache
makedepends = npm
depends = typescript
- noextract = tslint-6.1.2.tgz
- source = http://registry.npmjs.org/tslint/-/tslint-6.1.2.tgz
- sha256sums = e586f69d992c14fb725c145d08b856902f9bf2e847a0886dcfd0583543510ba7
+ noextract = tslint-6.1.3.tgz
+ source = http://registry.npmjs.org/tslint/-/tslint-6.1.3.tgz
+ sha256sums = e35879c2f92e7dd865c55117bf0fbe3d5ad2c62142fddb7051696ebf8312db43
pkgname = tslint
diff --git a/PKGBUILD b/PKGBUILD
index d883483ef817..d3c37bc3748b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Damjan Georgievski <gdamjan@gmail.com>
pkgname=tslint
-pkgver=6.1.2
+pkgver=6.1.3
pkgrel=1
pkgdesc="A Linter for the TypeScript language."
arch=('any')
@@ -18,7 +18,7 @@ package() {
# Non-deterministic race in npm gives 777 permissions to random directories.
# See https://github.com/npm/npm/issues/9359 for details.
- find "${pkgdir}"/usr -type d -exec chmod 755 {} +
+ #find "${pkgdir}"/usr -type d -exec chmod 755 {} +
}
-sha256sums=('e586f69d992c14fb725c145d08b856902f9bf2e847a0886dcfd0583543510ba7')
+sha256sums=('e35879c2f92e7dd865c55117bf0fbe3d5ad2c62142fddb7051696ebf8312db43')