summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-05-07 10:06:31 +0000
committerkhai96_2020-05-07 10:06:31 +0000
commit324150808b22ea266ce334e0072260ca558c9138 (patch)
treed42c1beffd6a7d7e18fe4de31e29fdf2e157c1ee
parent20a89322b5cebd7030144af786d956e2428a9949 (diff)
downloadaur-324150808b22ea266ce334e0072260ca558c9138.tar.gz
0.2.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad92da8d2656..ec8ca67e7505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = sane-fmt-bin
pkgdesc = Opinionated code formatter for TypeScript and JavaScript
- pkgver = 0.2.5
+ pkgver = 0.2.6
pkgrel = 0
url = https://github.com/KSXGitHub/sane-fmt
arch = x86_64
license = MIT
- source = sane-fmt-0.2.5::https://github.com/KSXGitHub/sane-fmt/releases/download/0.2.5/sane-fmt-x86_64-unknown-linux-gnu
+ conflicts = sane-fmt
+ source = sane-fmt-0.2.6::https://github.com/KSXGitHub/sane-fmt/releases/download/0.2.6/sane-fmt-x86_64-unknown-linux-gnu
source = https://raw.githubusercontent.com/KSXGitHub/sane-fmt/master/LICENSE.md
- sha1sums = ede6638fa448282fbb61d15ceaa66eda87a13175
+ sha1sums = fe3c7ae16f8efbc07bd7d6a3ae9114af2df7a277
sha1sums = SKIP
pkgname = sane-fmt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 017627b513cf..35756611afa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# This file is automatically generated. Do not edit.
pkgname=sane-fmt-bin
-pkgver=0.2.5
-source=(sane-fmt-0.2.5::https://github.com/KSXGitHub/sane-fmt/releases/download/0.2.5/sane-fmt-x86_64-unknown-linux-gnu https://raw.githubusercontent.com/KSXGitHub/sane-fmt/master/LICENSE.md)
-sha1sums=(ede6638fa448282fbb61d15ceaa66eda87a13175 SKIP)
+pkgver=0.2.6
+source=(sane-fmt-0.2.6::https://github.com/KSXGitHub/sane-fmt/releases/download/0.2.6/sane-fmt-x86_64-unknown-linux-gnu https://raw.githubusercontent.com/KSXGitHub/sane-fmt/master/LICENSE.md)
+sha1sums=(fe3c7ae16f8efbc07bd7d6a3ae9114af2df7a277 SKIP)
# This PKGBUILD is not a full PKGBUILD
# pkgname, pkgver, source, and sha1sums are to be generated
pkgdesc='Opinionated code formatter for TypeScript and JavaScript'
@@ -13,6 +13,7 @@ pkgrel=0
arch=(x86_64)
license=(MIT)
url='https://github.com/KSXGitHub/sane-fmt'
+conflicts=(sane-fmt)
package() {
install -Dm755 sane-fmt-$pkgver "$pkgdir"/usr/bin/sane-fmt