mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-02-12 11:21:53 +00:00
AUR: deleted md5sum
This commit is contained in:
parent
d357296306
commit
19d8e1a180
2 changed files with 3 additions and 14 deletions
|
@ -20,12 +20,12 @@ backup=()
|
|||
options=()
|
||||
install=
|
||||
changelog=
|
||||
source=(https://github.com/kbumsik/$_pkgname_camelcase/archive/$pkgver.tar.gz)
|
||||
source=(src::git+https://github.com/kbumsik/$_pkgname_camelcase.git#tag=$pkgver)
|
||||
noextract=()
|
||||
sha256sums=('0a62fd5e2b89ff7d83f9769d33b6a795c452a8bf09cf2e61ccd8282b40cefd6f')
|
||||
md5sums=('SKIP')
|
||||
|
||||
package() {
|
||||
cd $_pkgname_camelcase-$pkgver
|
||||
cd $srcdir/src
|
||||
PIP_CONFIG_FILE=/dev/null /usr/bin/pip install --isolated --root="$pkgdir" --ignore-installed --no-deps .
|
||||
# These are already installed by setup.py
|
||||
# install -Dm644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
|
||||
|
|
|
@ -36,16 +36,6 @@ build_appimage () {
|
|||
make -C $ROOT package/appimage/VirtScreen-x86_64.AppImage
|
||||
}
|
||||
|
||||
build_arch () {
|
||||
wget -q https://github.com/kbumsik/VirtScreen/archive/$VERSION.tar.gz
|
||||
SHA256=$(sha256sum $VERSION.tar.gz | cut -d' ' -f1)
|
||||
# Arch AUR
|
||||
perl -pi -e "s/sha256sums=\('.*'\)/sha256sums=('$SHA256')/" \
|
||||
$ROOT/package/archlinux/PKGBUILD
|
||||
rm $VERSION.tar.gz
|
||||
# make -C $ROOT arch-upload
|
||||
}
|
||||
|
||||
build_debian () {
|
||||
make -C $ROOT package/debian/virtscreen_$VERSION-1_all.deb
|
||||
}
|
||||
|
@ -53,5 +43,4 @@ build_debian () {
|
|||
override_version
|
||||
build_pypi
|
||||
build_appimage
|
||||
build_arch
|
||||
build_debian
|
||||
|
|
Loading…
Reference in a new issue