1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

AUR: deleted md5sum

This commit is contained in:
Bumsik Kim 2018-06-26 04:32:03 -04:00
parent d357296306
commit 19d8e1a180
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
2 changed files with 3 additions and 14 deletions

View file

@ -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"