summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristóbal Tapia Camú2021-05-18 22:01:40 +0200
committerCristóbal Tapia Camú2021-05-18 22:01:40 +0200
commit6b64c3a26ad5cb4955d0ff7f31c0bb337cf4eb36 (patch)
tree68f3cf2c4e4bc7c56b1cde297b7f6aa0b2604fe4
parent2c9c1a59c1ca0790e9b5f0b6cc88fd797e68423d (diff)
downloadaur-6b64c3a26ad5cb4955d0ff7f31c0bb337cf4eb36.tar.gz
Update to version 1.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ba275e30b51..bc199d2a4f97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bibtex-tidy
pkgdesc = BibTeX Tidy - Cleaner and Formatter for BibTeX files
- pkgver = 1.5.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://github.com/FlamingTempura/bibtex-tidy
arch = any
@@ -8,9 +8,9 @@ pkgbase = bibtex-tidy
makedepends = npm
makedepends = jq
depends = nodejs
- noextract = bibtex-tidy-1.5.0.tgz
- source = https://registry.npmjs.org/bibtex-tidy/-/bibtex-tidy-1.5.0.tgz
- sha256sums = 8d8d40351193f2b447a22fa04d8490da32bcc285694b3a169a8a8af57e231823
+ noextract = bibtex-tidy-1.7.1.tgz
+ source = https://registry.npmjs.org/bibtex-tidy/-/bibtex-tidy-1.7.1.tgz
+ sha256sums = 722d090fb35d6ee7088c823ed1794edb2da470e38c72d5d372bd2a9522fbaaa0
pkgname = bibtex-tidy
diff --git a/PKGBUILD b/PKGBUILD
index 05ccf28be8fa..17092ee334bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Cristóbal Tapia <crtapia at gmail dot com>
pkgname=bibtex-tidy
-pkgver=1.5.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="BibTeX Tidy - Cleaner and Formatter for BibTeX files "
arch=('any')
@@ -10,7 +10,7 @@ depends=('nodejs')
makedepends=('npm' 'jq')
source=("https://registry.npmjs.org/bibtex-tidy/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha256sums=('8d8d40351193f2b447a22fa04d8490da32bcc285694b3a169a8a8af57e231823')
+sha256sums=('722d090fb35d6ee7088c823ed1794edb2da470e38c72d5d372bd2a9522fbaaa0')
package() {
npm install -g --user root --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"
@@ -29,3 +29,5 @@ package() {
# Install license since the package doesn't include it
# install -Dm 644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
+
+# vim:set ts=2 sw=2 et:`