1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/.github/GenPKG.sh

7 lines
181 B
Bash
Raw Normal View History

2021-03-17 22:12:11 +13:00
export PYTHONPATH=$PWD
2021-04-12 02:05:18 +12:00
version=$(python3 rare --version)
2021-03-18 02:25:24 +13:00
cd .github
git clone https://aur.archlinux.org/rare.git
cd ..
2021-03-18 02:21:04 +13:00
sed -i "s/.*pkgver=.*/pkgver=$version/" .github/rare/PKGBUILD