summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4dfb9810d54..a7572624a844 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glint
pkgdesc = A tool for creating git commits in the commitlint style
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/brigand/glint
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = glint
checkdepends = rust
makedepends = rust
depends = gcc-libs
- source = glint-0.4.0.tar.gz::https://github.com/brigand/glint/archive/0.4.0.tar.gz
- sha256sums = eafc6d9ad3d947ce55a07767f87dee6fd951738ca94301fd7d02c7706ac37fb0
+ source = glint-0.5.0.tar.gz::https://github.com/brigand/glint/archive/v0.5.0.tar.gz
+ sha256sums = 75c2b56e425a561713c276d7ce122c9010d34a1cdca55e76aeb723651a55d551
pkgname = glint
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"