Merge pull request #15 from wneessen/dev

Bump archlinux PKGBUILD file to v0.3.1
This commit is contained in:
Winni Neessen 2021-04-17 11:34:48 +02:00 committed by GitHub
commit c1a7f7c907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"