summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Harrison2020-08-19 10:11:22 -0400
committerMatt Harrison2020-11-03 22:31:06 -0500
commitbf2a567c3bfcf0609712cecf019e897c288e9337 (patch)
tree803921fdc4212fb7edc40d2b7f0c897759cfd52e /PKGBUILD
parent4afbf6973c3fc68291c7c158009824f8afdb6cdf (diff)
downloadaur-bf2a567c3bfcf0609712cecf019e897c288e9337.tar.gz
upgpkg: glint 0.5.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 6f695a65bbaa..13134bc4ec31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='glint'
pkgdesc='A tool for creating git commits in the commitlint style'
-pkgver='0.4.0'
+pkgver='0.5.0'
pkgrel='1'
arch=('x86_64')
url='https://github.com/brigand/glint'
@@ -11,8 +11,8 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('rust')
checkdepends=('rust')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/brigand/glint/archive/${pkgver}.tar.gz")
-sha256sums=('eafc6d9ad3d947ce55a07767f87dee6fd951738ca94301fd7d02c7706ac37fb0')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/brigand/glint/archive/v${pkgver}.tar.gz")
+sha256sums=('75c2b56e425a561713c276d7ce122c9010d34a1cdca55e76aeb723651a55d551')
build() {
cd "$pkgname-$pkgver"