summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYufan You2021-06-05 12:04:14 +0000
committerYufan You2021-06-05 12:04:14 +0000
commit68e7eb8223de9da105b6d6b1c2500e0a343c0ff6 (patch)
treec9d65751614e6ea7effdfc966ea8c8d448045882
parent06e913af9a896f6bfed09c69fc2f5eac6209a08c (diff)
downloadaur-68e7eb8223de9da105b6d6b1c2500e0a343c0ff6.tar.gz
Update from GitHub Actions:
https://github.com/ouuan/AUR-packages/actions/runs/909199681
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30d7ea1a0b38..a3ec416dd46c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nodejs-git-split-diffs
pkgdesc = GitHub style split diffs with syntax highlighting in your terminal.
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/banga/git-split-diffs
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9f300bb04eab..c191cb29043d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=git-split-diffs
pkgname=nodejs-git-split-diffs
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc='GitHub style split diffs with syntax highlighting in your terminal.'
arch=('x86_64')
url='https://github.com/banga/git-split-diffs'
@@ -22,4 +22,5 @@ package() {
npm install -g --prefix "$pkgdir/usr" "$_npmname@$pkgver"
find "$pkgdir"/usr -type d -exec chmod 755 {} +
install -Dm644 "$_npmdir/$_npmname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ chown -R root:root "${pkgdir}"
}