mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
1.3.0
This commit is contained in:
parent
c32551f2df
commit
23bd2bab32
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = gpmaster
|
||||
pkgdesc = GPG-backed lockbox for secrets management
|
||||
pkgver = 1.2.1
|
||||
pkgver = 1.3.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/bill88t/gpmaster
|
||||
arch = any
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = gpmaster
|
|||
depends = python-gnupg
|
||||
depends = gnupg
|
||||
optdepends = python-pyotp
|
||||
source = gpmaster-1.2.1.tar.gz::https://github.com/bill88t/gpmaster/archive/refs/tags/v1.2.1.tar.gz
|
||||
sha256sums = c50dc12cc223b5969dc41958ec221d40f51ad4e1bba34a1fce43d65cdad73e3f
|
||||
source = gpmaster-1.3.0.tar.gz::https://github.com/bill88t/gpmaster/archive/refs/tags/v1.3.0.tar.gz
|
||||
sha256sums = fe49d4a512602e6a6d7699bb038d411669cee85429e8ef0973ba0eff1d5326d7
|
||||
|
||||
pkgname = gpmaster
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Bill Sideris <bill88t@feline.gr>
|
||||
pkgname=gpmaster
|
||||
pkgver=1.2.1
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="GPG-backed lockbox for secrets management"
|
||||
arch=('any')
|
||||
|
|
@ -12,7 +12,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel')
|
|||
source=(
|
||||
"$pkgname-$pkgver.tar.gz::https://github.com/bill88t/gpmaster/archive/refs/tags/v$pkgver.tar.gz"
|
||||
)
|
||||
sha256sums=('c50dc12cc223b5969dc41958ec221d40f51ad4e1bba34a1fce43d65cdad73e3f')
|
||||
sha256sums=('fe49d4a512602e6a6d7699bb038d411669cee85429e8ef0973ba0eff1d5326d7')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue