summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86cd494078f4..f6c674d94381 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Oct 2 02:54:05 UTC 2020
pkgbase = srain-git
pkgdesc = Modern IRC client written in GTK, git version
- pkgver = 1.1.2.17.gc8ecddb
+ pkgver = 1.2.2
pkgrel = 1
url = https://srain.im
arch = i686
@@ -21,7 +19,7 @@ pkgbase = srain-git
optdepends = glib-networking: TLS connection support
provides = srain
conflicts = srain
- source = git+https://github.com/SrainApp/srain.git#branch=master
+ source = git+https://github.com/SrainApp/srain.git#branch=stable/1.2
sha256sums = SKIP
pkgname = srain-git
diff --git a/PKGBUILD b/PKGBUILD
index 11409f5da14d..2abb2b0574e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shengyu Zhang <la@archlinuxcn.org>
pkgname=srain-git
-pkgver=1.1.2.17.gc8ecddb
+pkgver=1.2.2
pkgrel=1
pkgdesc="Modern IRC client written in GTK, git version"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ optdepends=(
)
conflicts=('srain')
provides=('srain')
-source=("git+https://github.com/SrainApp/srain.git#branch=master")
+source=("git+https://github.com/SrainApp/srain.git#branch=stable/1.2")
sha256sums=('SKIP')
_prefix='/usr'