summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 507ddeb8ff71..4357b261da34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,13 @@
pkgname=srain
pkgver=1.0.1
-pkgrel=6
+pkgrel=8
pkgdesc="Modern IRC client written in GTK."
arch=('i686' 'x86_64')
license=('GPL')
url="https://srain.im"
-makedepends=('git' 'make' 'gcc' 'pkg-config' 'gettext' 'python-sphinx')
-depends=('glib2' 'gtk3' 'libconfig' 'libsoup' 'libsecret')
-optdepends=(
- 'glib-networking: TLS connection support'
- )
-conflicts=('srain')
-provides=('srain')
+makedepends=('python-sphinx')
+depends=('gtk3' 'libconfig' 'libsoup' 'libsecret')
source=("https://github.com/SrainApp/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('104d0b56944b9eabed9ada7bbca28df4b0dedb972e67fa533079dcf5bde35254')