summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fb25826b0c4..cd1bcb833776 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: SY.Zhang <lastavengers@archlinuxcn.org>
+# Maintainer: Shengyu Zhang <la@archlinuxcn.org>
pkgname=loc
-pkgver=0.3.4
-pkgrel=1
+pkgver=0.4.1
+pkgrel=2
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=('01fd16f0f82e016da95c5ad66a0390372ca1bf1ded9981a7a1f004e4a50bb804')
+sha256sums=('1e8403fd9a3832007f28fb389593cd6a572f719cd95d85619e7bbcf3dbea18e5')
build () {
cd ${pkgname}-${pkgver}