summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5564bd7666d3..564b7f4b1a07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,17 @@
pkgname=git-sizer-bin
_pkgname=git-sizer
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Compute various size metrics for a Git repository, flagging those that might cause problems"
url="https://github.com/github/git-sizer"
license=('MIT')
arch=('x86_64')
depends=('git')
-optdepends=()
-makedepends=()
-conflicts=('git-sizer') # build with Go from sources
+#conflicts=('git-sizer') # build with Go from sources
source=(git-sizer_${pkgver}.zip::https://github.com/github/git-sizer/releases/download/v${pkgver}/git-sizer-${pkgver}-linux-amd64.zip)
-sha256sums=('88449a38f4dc4703b1401ba20ffe14318c3b74d6ff964f4eead290d6b5a64ad2')
+sha256sums=('545899fdd078cc3bb7c579a99e236a77670114988a97b88d971f520fdf820589')
package() {
cd "${srcdir}"
install -Dm755 git-sizer "${pkgdir}"/usr/bin/git-sizer