summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Scalabrino2020-08-23 16:41:36 +0200
committerSimone Scalabrino2020-08-23 16:41:36 +0200
commit4cb0ff4f4a19804201b913d3c786bbc5f9c10769 (patch)
tree07a8aae58fee1205af9a5d046878db2475ea196d
parent05489ad53e38a5ab433db9fbd6fd6b3ad8a2c8d0 (diff)
downloadaur-4cb0ff4f4a19804201b913d3c786bbc5f9c10769.tar.gz
Version 0.1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae6ca906988f..cbc3dfb74bea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,10 @@ pkgbase = silo-hey
url = https://github.com/intersimone999/silos-apps
arch = i686
arch = x86_64
- license = GPLv3
+ license = GPL3
makedepends = git
depends = silos
+ depends = python-pystray
source = git+https://github.com/intersimone999/silos-apps.git
sha256sums = SKIP
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() {