summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Harrison2020-11-03 22:40:55 -0500
committerMatt Harrison2020-11-03 22:40:55 -0500
commit9f7ee99b3778c79ca4277472c576e95e440c6d8e (patch)
tree78e11d9f52f3a0d2508519d3b04219e41625ab5c /PKGBUILD
parentfede26fe621d347d26d9865437976f116c2f97bb (diff)
downloadaur-9f7ee99b3778c79ca4277472c576e95e440c6d8e.tar.gz
upgpkg: glint 6.1.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba7ddd55aaf4..1a37a31904b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintained at: https://github.com/matt-h/aur-pkgbuilds
pkgname='glint'
-pkgdesc='A tool for creating git commits in the commitlint style'
-pkgver='6.0.2'
+pkgdesc='A tool for creating git commits in the Conventional Commits style'
+pkgver='6.1.0'
pkgrel='1'
arch=('x86_64')
url='https://github.com/brigand/glint'
@@ -12,7 +12,7 @@ depends=('gcc-libs')
makedepends=('rust')
checkdepends=('rust')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/brigand/glint/archive/v${pkgver}.tar.gz")
-sha256sums=('e1a762b7e5de252b4b5bf50e4707d0e94a8f75807c673b98c4534222793e9764')
+sha256sums=('7d5c244f573246832b5c50e385054f2350c4c47f48c204f49cbd788e35bd4aac')
build() {
cd "$pkgname-$pkgver"