summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-09-21 22:05:39 +0800
committerlilac2021-09-21 22:05:39 +0800
commit9ca045cc52217197a239b0986f209d6b3a20645f (patch)
tree41b24b623cc8457ec1f17c51ca5c4cd22676bd98
parent322b3aa171b04e464dd20f1f3d89f699cd88a6bd (diff)
downloadaur-9ca045cc52217197a239b0986f209d6b3a20645f.tar.gz
[lilac] updated to 1.3.0-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6c674d94381..81dd0f29f42a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = srain-git
pkgdesc = Modern IRC client written in GTK, git version
- pkgver = 1.2.2
+ pkgver = 1.3.0
pkgrel = 1
url = https://srain.im
arch = i686
@@ -19,8 +19,7 @@ pkgbase = srain-git
optdepends = glib-networking: TLS connection support
provides = srain
conflicts = srain
- source = git+https://github.com/SrainApp/srain.git#branch=stable/1.2
+ source = git+https://github.com/SrainApp/srain.git#branch=master
sha256sums = SKIP
pkgname = srain-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2abb2b0574e4..6bbc3ce6ce05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shengyu Zhang <la@archlinuxcn.org>
pkgname=srain-git
-pkgver=1.2.2
+pkgver=1.3.0
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=stable/1.2")
+source=("git+https://github.com/SrainApp/srain.git#branch=master")
sha256sums=('SKIP')
_prefix='/usr'