mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-14 18:02:56 +01:00
Merge pull request #15 from wneessen/dev
Bump archlinux PKGBUILD file to v0.3.1
This commit is contained in:
commit
c1a7f7c907
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Maintainer: "Winni Neessen (https://pebcak.de)
|
# Maintainer: "Winni Neessen (https://pebcak.de)
|
||||||
|
|
||||||
pkgname=apg-go
|
pkgname=apg-go
|
||||||
pkgver=0.3.0
|
pkgver=0.3.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A "Automated Password Generator"-clone'
|
pkgdesc='A "Automated Password Generator"-clone'
|
||||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||||
url='https://github.com/wneessen/apg-go'
|
url='https://github.com/wneessen/apg-go'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('go' 'git')
|
makedepends=('go')
|
||||||
source=("https://github.com/wneessen/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
source=("https://github.com/wneessen/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||||
sha256sums=('acb750ac03de7d467ef3b5f576a7b7eea47d0a4f521c2647d80f0ebe641d3c56')
|
sha256sums=('1a798bd729c2985a11001118ad7d222e75c4f01e642184c37dec409a899a565b')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue