mirror of
https://github.com/SinTan1729/random.git
synced 2025-04-04 10:28:04 -05:00
fix: Location of AUR directory
This commit is contained in:
parent
88e4defe34
commit
f4c3512f4d
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ VERS="$2"
|
|||
echo "Updating AUR..."
|
||||
cd "$GITDIR/AUR"
|
||||
[ -d "$1" ] && PKG="$1" || PKG="$1-bin"
|
||||
if [ -d "$1" ]; then # Skip if the directory is missing
|
||||
|
||||
if [ -d "$PKG" ]; then # Skip if the directory is missing
|
||||
cd "$PKG"
|
||||
sed -i -E "s/pkgver=[0-9\.]+/pkgver=$VERS/" PKGBUILD
|
||||
updpkgsums
|
||||
|
|
Loading…
Reference in a new issue