summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-05-31 07:41:34 +0800
committerlilac2021-05-31 07:41:34 +0800
commit322b3aa171b04e464dd20f1f3d89f699cd88a6bd (patch)
tree3240055e1adb24a99754044935bb89abe1a4912b
parentbea1f4eaf914fe94bfec0bcd0cebbdbf6010ee0f (diff)
downloadaur-322b3aa171b04e464dd20f1f3d89f699cd88a6bd.tar.gz
[lilac] updated to 1.2.2-1
-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'