index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/common-functions | 3 |
diff --git a/bin/common-functions b/bin/common-functions index 4ac57c6..bcf8ed2 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -431,9 +431,6 @@ remove_old_package_versions() { local pkgver local pkgrel local sub_pkgrel - local arch - pkgname="${package%.pkg.tar.xz}" - arch="${pkgname##*-}" pkgname="${pkgname%-*}" pkgrel="${pkgname##*-}" sub_pkgrel="${pkgrel##*.}" |