1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-12 11:21:53 +00:00

AUR: version dump

This commit is contained in:
Bumsik Kim 2018-06-18 20:47:08 -04:00
parent d1563d14bc
commit ce84f0daa8
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
3 changed files with 6 additions and 5 deletions

View file

@ -16,6 +16,7 @@ pkgbase = virtscreen
optdepends = arandr: for display settings option
provides = virtscreen
source = https://github.com/kbumsik/VirtScreen/archive/0.2.1.tar.gz
sha256sums = 9af568a73ff3523144bfbeacb7131d4fff9fc4fb8ee3fddb90d78f54b774acb7
pkgname = virtscreen

View file

@ -22,7 +22,7 @@ install=
changelog=
source=(https://github.com/kbumsik/$_pkgname_camelcase/archive/$pkgver.tar.gz)
noextract=()
sha256sums=('')
sha256sums=('9af568a73ff3523144bfbeacb7131d4fff9fc4fb8ee3fddb90d78f54b774acb7')
package() {
cd $_pkgname_camelcase-$pkgver

View file

@ -39,7 +39,7 @@ build_arch () {
perl -pi -e "s/sha256sums=\('.*'\)/sha256sums=('$SHA256')/" \
$ROOT/package/archlinux/PKGBUILD
rm $VERSION.tar.gz
make -C $ROOT arch-update
make -C $ROOT arch-upload
}
build_debian () {
@ -47,7 +47,7 @@ build_debian () {
make -C $ROOT deb-chown
}
override_version
# override_version
# build_pypi
# build_arch
build_debian
build_arch
# build_debian