summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Ostasevicius2017-07-21 10:58:06 +0100
committerTomas Ostasevicius2017-07-21 10:58:06 +0100
commit7b1e993e9882a98c053cb610f5aa3df902140c6a (patch)
treec2c0e2a216dc406f301ea5b8da54d59724b7bed0
parentf2309338722fcaedfd2d2230d9990fa57b7ded26 (diff)
downloadaur-7b1e993e9882a98c053cb610f5aa3df902140c6a.tar.gz
added license, more requirements, updated url
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd808aac92cf..7076d88bb4c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,22 @@
pkgbase = gitter
pkgdesc = Where developers come to talk
pkgver = 3.1.0
- pkgrel = 2
- url = https://gitter.im
+ pkgrel = 3
+ url = https://gitlab.com/gitlab-org/gitter/desktop/
install = gitter.install
arch = x86_64
arch = i686
- license = unknown
+ license = MIT
makedepends = tar
makedepends = binutils
depends = libsystemd
depends = desktop-file-utils
depends = gconf
+ depends = gtk2
+ depends = alsa-lib
+ depends = nss
+ depends = libnotify
+ depends = libxtst
noextract = gitter_3.1.0_amd64.deb
noextract = gitter_3.1.0_i386.deb
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index a533f18f949b..6080a9ece0d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Tomas Ostasevicius (aquarix) <t dot ostasevicius at gmail dot com>
pkgname=gitter
pkgver=3.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Where developers come to talk'
-url='https://gitter.im'
-license=('unknown')
+url='https://gitlab.com/gitlab-org/gitter/desktop/'
+license=('MIT')
arch=('x86_64' 'i686')
-depends=('libsystemd' 'desktop-file-utils' 'gconf')
+depends=('libsystemd' 'desktop-file-utils' 'gconf' 'gtk2' 'alsa-lib' 'nss'
+'libnotify' 'libxtst')
makedepends=('tar' 'binutils')
source_x86_64=("https://update.gitter.im/linux64/${pkgname}_${pkgver}_amd64.deb"
gitter_x86_64.sh)