summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Scalabrino2020-08-23 16:32:18 +0200
committerSimone Scalabrino2020-08-23 16:32:18 +0200
commit04aad91a71884a73e25d5ce9f0b988a9deb12da0 (patch)
tree98bb4127b9d97414c80e56fbe07e29721cbdf10e
parentf0f83c25a6b586678e4b839613171bb712c76dc9 (diff)
downloadaur-04aad91a71884a73e25d5ce9f0b988a9deb12da0.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 ccc1c7d5a873..9c715ad099fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,10 @@ pkgbase = silo-whatsapp
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 664f0962b45d..a0706554bd31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-PACKAGER='Simone Scalabrino <s.scalabrino9@gmail.com>'
+# Maintainer: Simone Scalabrino <s.scalabrino9@gmail.com>
_appname="whatsapp"
_appdesc="Standalone silo app for WhatsApp"
_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() {