summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengyu Zhang2018-08-16 22:52:07 +0800
committerShengyu Zhang2018-08-16 22:52:07 +0800
commit81124fc2acd88cf7620d552e70097f28c53a638d (patch)
treeb4e16c399297ab8f1eaa42dede7b43a2159b6798
parent19a9483e1116b0046f90a459723367d277a374da (diff)
downloadaur-81124fc2acd88cf7620d552e70097f28c53a638d.tar.gz
srain-git: switch branch to master
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75a91427be77..ecd09e5e315a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 31 06:11:46 UTC 2018
+# Thu Aug 16 14:51:36 UTC 2018
pkgbase = srain-git
pkgdesc = Modern, beautiful IRC client written in GTK+ 3, git version
- pkgver = 0.912.1652368
+ pkgver = 0.1042.9809230
pkgrel = 1
url = https://srain.im
arch = i686
@@ -16,7 +16,6 @@ pkgbase = srain-git
makedepends = imagemagick
depends = gtk3
depends = python
- depends = curl
depends = libnotify
depends = libconfig
depends = libsoup
@@ -26,7 +25,7 @@ pkgbase = srain-git
optdepends = python-requests: avatar and pastebin support
provides = srain
conflicts = srain
- source = git+https://github.com/SilverRainZ/srain.git#branch=v0.6-stable
+ source = git+https://github.com/SilverRainZ/srain.git#branch=master
sha256sums = SKIP
pkgname = srain-git
diff --git a/PKGBUILD b/PKGBUILD
index 79fbc479996b..ea30535ab0b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Shengyu Zhang <arch at srain.im>
pkgname=srain-git
-pkgver=0.912.1652368
+pkgver=0.1042.9809230
pkgrel=1
pkgdesc="Modern, beautiful IRC client written in GTK+ 3, git version"
arch=('i686' 'x86_64')
license=('GPL')
url="https://srain.im"
makedepends=('git' 'make' 'gcc' 'pkg-config' 'gettext' 'imagemagick')
-depends=('gtk3' 'python' 'curl' 'libnotify' 'libconfig' 'libsoup')
+depends=('gtk3' 'python' 'libnotify' 'libconfig' 'libsoup')
optdepends=(
'glib-networking: TLS connection support'
'python-sphinx: for generating documentation'
@@ -17,7 +17,7 @@ optdepends=(
)
conflicts=('srain')
provides=('srain')
-source=("git+https://github.com/SilverRainZ/srain.git#branch=v0.6-stable")
+source=("git+https://github.com/SilverRainZ/srain.git#branch=master")
sha256sums=('SKIP')
pkgver() {