Update Arch Linux PKGBUILD file for v0.4.1 update

This commit is contained in:
Winni Neessen 2022-05-11 15:45:39 +02:00
parent cd9b8a98a5
commit dcdc4fb92f
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

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.4.0 pkgver=0.4.1
pkgrel=2 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') 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=('21704158cbf9ae34d821169ff755a8381fd6b6b0d52d243fbb4a893c84bf6f4c') sha256sums=('64769495843e2c59fc5513a106e58f8751f1649ff8bf6c38cd141322523deea8')
prepare() { prepare() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"