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:
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue