diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e6d7338..42cea83 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,7 +7,6 @@
-
@@ -72,7 +71,7 @@
-
+
@@ -232,7 +231,8 @@
-
+
+
true
diff --git a/README.md b/README.md
index 0195a40..1e9b92f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# A "Automated Password Generator"-Clone
+# A "Automated Password Generator"-clone
![Go workflow](https://github.com/wneessen/apg-go/actions/workflows/go.yml/badge.svg)
![CodeQL workflow](https://github.com/wneessen/apg-go/actions/workflows/codeql-analysis.yml/badge.svg)
@@ -9,12 +9,8 @@ which hasn't been maintained since 2003. Since more and more Unix distributions
looking for an alternative. FreeBSD for example recommends "security/makepasswd", which is written in Perl
but requires a lot of dependency packages and doesn't offer the feature-set/flexibility of APG.
-Therefore, as a first attempt, I decided to write
-[my own implementation in Perl](https://github.com/wneessen/passwordGen), but since I just started learning Go,
-I gave it another try and reproduced apg.pl in Go as apg.go.
-
Since FIPS-181 (pronouncable passwords) has been withdrawn in 2015, I didn't see any use in replicating that
-feature. Therfore apg.go does not support pronouncable passwords.
+feature. Therfore apg-go does not support pronouncable passwords.
## Installation
### Binary releases
diff --git a/buildfiles/arch-linux/PKGBUILD b/buildfiles/arch-linux/PKGBUILD
index cac62af..d24a074 100644
--- a/buildfiles/arch-linux/PKGBUILD
+++ b/buildfiles/arch-linux/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Winni Neessen (https://pebcak.de)
pkgname=apg-go
-pkgver=0.2.9
+pkgver=0.3.0
pkgrel=1
pkgdesc='A "Automated Password Generator"-clone'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -9,7 +9,7 @@ url='https://github.com/wneessen/apg-go'
license=('MIT')
makedepends=('go' 'git')
source=("https://github.com/wneessen/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('de8b8d38e8d5b48d4b59fb01982f1fcc404cc499c7eef57fcdcc0295b8f05971')
+sha256sums=('acb750ac03de7d467ef3b5f576a7b7eea47d0a4f521c2647d80f0ebe641d3c56')
prepare() {
cd "${pkgname}-${pkgver}"