diff --git a/PKGBUILD b/PKGBUILD index dffcf8e..b202af0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Torres pkgname=packaging-scripts pkgver=1.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="A set of helper scripts for handling Arch Linux packages" arch=('any') license=('MIT') diff --git a/bin/pug2 b/bin/pug2 index 08f43a7..fc8aa91 100644 --- a/bin/pug2 +++ b/bin/pug2 @@ -73,16 +73,9 @@ if __name__ == "__main__": default=DEFAULT_FILENAME, help="alternative filename to upload as", ) - parser.add_argument( - "repository", - choices=pacman.list_configured_repos(), - help="the repository to operate on", - metavar="repo", - ) args = parser.parse_args() filename = args.filename - repo = args.repository # Run process that lists packages packages = subprocess.run([PACMAN_CMD, "-Qqem"], capture_output=True).stdout