summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2017-01-12 14:19:27 +0300
committersurefire2017-01-12 14:19:27 +0300
commit5eaff01760ccbcedf31b432d0826fe7df2fd91cc (patch)
tree9a58945faf40014e5294ac52823e478392d65fd0
parente85cf89f0482572d549792d94e06247a0b7ca564 (diff)
downloadaur-5eaff01760ccbcedf31b432d0826fe7df2fd91cc.tar.gz
update license
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5005e9a1335..b128cce76173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="This is an electron client that uses Web Skype to better integrate with desktop environments found on Linux."
arch=("any")
url="https://github.com/stanfieldr/ghetto-skype"
-license=("GPLv3")
+license=("GPL3")
depends=('electron')
makedepends=('npm' 'asar')
conflicts=('ghetto-skype')
@@ -42,13 +42,9 @@ build() {
}
package() {
-
- install -Dm0755 -t "${pkgdir}/usr/bin" ghetto-skype
+ install -Dm0755 -t "${pkgdir}/usr/bin" ghetto-skype
install -Dm0644 -t "${pkgdir}/usr/share/applications" ghetto-skype.desktop
- install -Dm0644 -t "${pkgdir}/usr/share/licenses/ghetto-skype" "${pkgname}/LICENSE"
-
- install -Dm0644 -t "${pkgdir}/usr/lib/ghetto-skype" ghetto-skype.asar
+ install -Dm0644 -t "${pkgdir}/usr/lib/ghetto-skype" ghetto-skype.asar
install -Dm0644 "${pkgname}/src/assets/tray/skype.png" "${pkgdir}/usr/share/pixmaps/ghetto-skype.png"
-
}