Skip to content

Commit

Permalink
hora na versão
Browse files Browse the repository at this point in the history
  • Loading branch information
eltonfabricio10 authored Nov 28, 2022
1 parent b867401 commit f08371d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=bigbashview
pkgver=$(curl https://raw.githubusercontent.com/biglinux/bigbashview/master/bigbashview/usr/lib/python3/dist-packages/bbv/globaldata.py | grep APP_VERSION | cut -f2 -d\")_$(date +"%Y_%m_%d")
pkgver=$(curl https://raw.githubusercontent.com/biglinux/bigbashview/master/bigbashview/usr/lib/python3/dist-packages/bbv/globaldata.py | grep APP_VERSION | cut -f2 -d\")_$(date +"%Y_%m_%d_%H_%M")
pkgrel=2
arch=('any')
license=('GPL')
Expand All @@ -15,4 +15,5 @@ package() {
mv "${pkgdir}/usr/lib/python3/dist-packages/bbv/" "${pkgdir}/usr/lib/bbv/"
rm -Rf "${pkgdir}/usr/lib/python3"
sed -i 's|/usr/lib/python3/dist-packages/bbv/|/usr/lib/bbv/|g' "${pkgdir}/usr/bin/bigbashview"
ln -s "${pkgdir}/usr/bin/bigbashview" "${pkgdir}/usr/bin/bbv"
}

0 comments on commit f08371d

Please sign in to comment.