summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16eb486fd764..decbe377e8ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-PACKAGER='Simone Scalabrino <s.scalabrino9@gmail.com>'
+# Maintainer: Simone Scalabrino <s.scalabrino9@gmail.com>
_appname="hey"
_appdesc="Standalone silo app for Hey.com"
_gittag="0.1"
@@ -10,10 +10,10 @@ pkgrel=1
pkgdesc="${_appdesc}"
arch=('i686' 'x86_64')
url="https://github.com/intersimone999/${_gitname}"
-license=('GPLv3')
-depends=('silos')
+license=('GPL3')
+depends=('silos' 'python-pystray')
makedepends=('git')
-source=("git+${url}.git")
+source=("git+$url.git")
sha256sums=('SKIP')
package() {