Skip to content

Commit

Permalink
v0.6.1: fix blacklist filter
Browse files Browse the repository at this point in the history
  • Loading branch information
archcrack committed Jan 30, 2021
1 parent f707f13 commit 8418d29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: archcrack <[email protected]>

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"
Expand Down
6 changes: 3 additions & 3 deletions pacfree
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8418d29

Please sign in to comment.