summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWenxuan Zhang2020-09-29 15:57:17 +0800
committerWenxuan Zhang2020-09-29 15:57:17 +0800
commitfb14550c4a0072a65d3c7ed5650bcb9780d768a2 (patch)
tree1d3ad05de7f8ac5f3dd66e85c0ea08c9d54dd045 /PKGBUILD
parent4d734697dc5dda85f110319f3fe9746d0ac13f66 (diff)
downloadaur-fb14550c4a0072a65d3c7ed5650bcb9780d768a2.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0aad21677c85..2ad722332219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wenxuan <wenxuangm@gmail.com>
pkgname=code-minimap
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="A high performance code minimap render"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ depends=()
makedepends=("rust" "cargo")
source=("https://github.com/wfxr/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('031231c71e6648e07de1a3872c4aaed1')
+md5sums=('38d98daabd2ebf30b5d262e462fbc0d3')
build() {
cd "$srcdir/${pkgname}-${pkgver}"