summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinston Astrachan2021-05-06 11:50:20 -0400
committerWinston Astrachan2021-05-06 11:50:20 -0400
commitf57c9ecd4d8127394340e7be2b64d18e70ec9709 (patch)
treef90d45001d7a1accf3f11af843aaeea9146ddcfa
parent857f7deefd0f0532dde7c1c78e64ab19f9f1baa0 (diff)
downloadaur-f57c9ecd4d8127394340e7be2b64d18e70ec9709.tar.gz
upgpkg: git-secret 0.4.0-1
upstream release build: update git-secret version
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e0b43b71b89..92fa7edd3609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = git-secret
pkgdesc = A bash-tool to store your private data inside a git repository
- pkgver = 0.3.3
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/sobolevn/git-secret/
arch = any
license = MIT
- makedepends = ruby-ronn
depends = git
depends = gnupg
- source = LICENSE::https://raw.githubusercontent.com/sobolevn/git-secret/v0.3.3/LICENSE.md
- source = git-secret-0.3.3::https://github.com/sobolevn/git-secret/archive/v0.3.3.tar.gz
+ source = LICENSE::https://raw.githubusercontent.com/sobolevn/git-secret/v0.4.0/LICENSE.md
+ source = git-secret-0.4.0::https://github.com/sobolevn/git-secret/archive/v0.4.0.tar.gz
sha256sums = bc950a06cb1ba74afe4815dadb2f9e4639542de2894c6838924676981672d483
- sha256sums = d8c19a5cbd174e95484a4233605985dd3b060a8a83d14d41c3bad1d534c6ab39
+ sha256sums = 0fe24dbf4fd8571ba42f25df84f9a44d4a8ed575984a37b2f7306ff62415a91f
pkgname = git-secret
diff --git a/PKGBUILD b/PKGBUILD
index 1cba596605cc..82c53bfac602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,24 +2,21 @@
# Contributor: Ibrahim Tunali <ibrahimtunali at gmail dot com>
pkgname=git-secret
-pkgver=0.3.3
+pkgver=0.4.0
pkgrel=1
pkgdesc='A bash-tool to store your private data inside a git repository'
arch=('any')
url='https://github.com/sobolevn/git-secret/'
license=('MIT')
depends=('git' 'gnupg')
-makedepends=('ruby-ronn')
source=("LICENSE::https://raw.githubusercontent.com/sobolevn/git-secret/v${pkgver}/LICENSE.md"
- "${pkgname}-${pkgver}::https://github.com/sobolevn/git-secret/archive/v${pkgver}.tar.gz"
-)
+ "${pkgname}-${pkgver}::https://github.com/sobolevn/git-secret/archive/v${pkgver}.tar.gz")
sha256sums=('bc950a06cb1ba74afe4815dadb2f9e4639542de2894c6838924676981672d483'
- 'd8c19a5cbd174e95484a4233605985dd3b060a8a83d14d41c3bad1d534c6ab39'
-)
+ '0fe24dbf4fd8571ba42f25df84f9a44d4a8ed575984a37b2f7306ff62415a91f')
build() {
cd "$srcdir/git-secret-${pkgver}"
- make clean build build-man
+ make clean build
}
package() {