summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb6cf9fbca52..0fb25826b0c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: SY.Zhang <lastavengers@archlinuxcn.org>
pkgname=loc
-pkgver=0.3.2
-pkgrel=3
+pkgver=0.3.4
+pkgrel=1
pkgdesc='Count lines of code quickly'
arch=('x86_64' 'i386')
url='https://github.com/cgag/loc'
license=('MIT')
makedepends=('cargo')
source=("https://github.com/cgag/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('0b805d53326f269e8fe21f709dc69947820fda1f291040e9225f93aef614daea')
+sha256sums=('01fd16f0f82e016da95c5ad66a0390372ca1bf1ded9981a7a1f004e4a50bb804')
build () {
cd ${pkgname}-${pkgver}