diff --git a/.SRCINFO b/.SRCINFO index 278ba29..bf0d829 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = pacfree pkgdesc = A pacman wrapper to make pacman Free and Open Source Software aware - pkgver = 0.6.0 - pkgrel = 3 + pkgver = 0.6.1 + pkgrel = 1 url = https://github.com/leo-arch/pacfree arch = any license = GPL2 diff --git a/PKGBUILD b/PKGBUILD index 246b61b..7751a1a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: archcrack pkgname=pacfree -pkgver=0.6.0 -pkgrel=3 +pkgver=0.6.1 +pkgrel=1 pkgdesc="A pacman wrapper to make pacman Free and Open Source Software aware" arch=(any) url="https://github.com/leo-arch/pacfree" diff --git a/pacfree b/pacfree index 7ac1006..173f2e8 100644 --- a/pacfree +++ b/pacfree @@ -62,9 +62,9 @@ nc="\033[0m" ### PROGRAM DATA ### ME="PacFree" -VERSION="0.6.0" +VERSION="0.6.1" AUTHOR="L. Abramovich" -DATE="Jan 15, 2021" +DATE="Jan 29, 2021" LICENSE="GPL2" WEBSITE="https://github.com/leo-arch/pacfree" @@ -508,7 +508,7 @@ download_blacklist () # Parse the blacklist to remove technical and branding #+ nonfree packs - /usr/bin/grep -- ":\[semifree\]\|:\[nonfree\]\|:\[uses-nonfree\]" \ + /usr/bin/grep -- ":\[semifree\]\|:\[nonfree\]\|:\[uses-nonfree\]\|^[^[]*$" \ /tmp/blacklist_full | sudo -u "$user" \ tee -- "$BLACKLIST_FILE" 1>/dev/null \ || exit $EXIT_FAILURE