summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Harrigan2020-11-08 12:06:14 +0000
committerDavid Harrigan2020-11-08 12:06:53 +0000
commit3bbe90a535f470cb4fc782d8920cef60c831c226 (patch)
tree21fa143e4297144ceb364be8f968216bbb464c07
parente38b83727263fad0705a70a2137b1db4f29839dd (diff)
downloadaur-3bbe90a535f470cb4fc782d8920cef60c831c226.tar.gz
upgpkg: cljstyle-bin 0.14.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7975f42eca4..92affc806ac5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cljstyle-bin
pkgdesc = A tool for formatting Clojure code
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/greglook/cljstyle
arch = x86_64
license = EPL
provides = cljstyle
conflicts = cljstyle
- source = https://github.com/greglook/cljstyle/releases/download/0.13.0/cljstyle_0.13.0_linux.tar.gz
- sha256sums = f6934b94060e834f22403ed7ef6c95c894e450b5b8dd2c8e977e99eaca474636
+ source = https://github.com/greglook/cljstyle/releases/download/0.14.0/cljstyle_0.14.0_linux.tar.gz
+ sha256sums = 518e0b2e08ad14eb4e7f5ce6fff2e833aff1832cd42a16557ce2546e7b8d1343
pkgname = cljstyle-bin
diff --git a/.gitignore b/.gitignore
index 61f6a98822f2..9d231075bf17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@ tags
*.zip
*.tar.gz
*.xz
+*.zst
pkg
src
tags.*
diff --git a/PKGBUILD b/PKGBUILD
index d47048930bd8..1fe0a6584250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Harrigan <dharrigan [@] gmail [dot] com>
pkgname=cljstyle-bin
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc='A tool for formatting Clojure code'
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=('cljstyle')
source=("https://github.com/greglook/cljstyle/releases/download/${pkgver}/${pkgname/\-bin/}_${pkgver/_/-}_linux.tar.gz")
-sha256sums=('f6934b94060e834f22403ed7ef6c95c894e450b5b8dd2c8e977e99eaca474636')
+sha256sums=('518e0b2e08ad14eb4e7f5ce6fff2e833aff1832cd42a16557ce2546e7b8d1343')
package() {
install -Dm755 "${srcdir}/${pkgname/\-bin/}" "${pkgdir}/usr/bin/${pkgname/\-bin/}"