summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b788f4f8a765..e4ce69e6e1c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = srain
pkgdesc = Modern IRC client written in GTK.
- pkgver = 1.2.2
- pkgrel = 1
+ pkgver = 1.2.1
+ pkgrel = 2
+ epoch = 1
url = https://srain.im
arch = i686
arch = x86_64
@@ -12,8 +13,8 @@ pkgbase = srain
depends = libconfig
depends = libsoup
depends = libsecret
- source = https://github.com/SrainApp/srain/archive/1.2.2.tar.gz
- sha256sums = 4267308ca45cf5619847c472685b57915a248f81870db568603ac62e2618123e
+ source = https://github.com/SrainApp/srain/archive/1.2.1.tar.gz
+ sha256sums = a81a3177e09bf1d9ff1302fc95c79dba2514f50409dc52a29451801e57467655
pkgname = srain
diff --git a/PKGBUILD b/PKGBUILD
index 9b7cc2b3be55..e09847299fd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Shengyu Zhang <la@archlinuxcn.org>
pkgname=srain
-pkgver=1.2.2
-pkgrel=1
+epoch=1
+pkgver=1.2.1
+pkgrel=2
pkgdesc="Modern IRC client written in GTK."
arch=('i686' 'x86_64')
license=('GPL')
@@ -10,7 +11,7 @@ url="https://srain.im"
makedepends=('python-sphinx' 'meson')
depends=('gtk3' 'libconfig' 'libsoup' 'libsecret')
source=("https://github.com/SrainApp/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('4267308ca45cf5619847c472685b57915a248f81870db568603ac62e2618123e')
+sha256sums=('a81a3177e09bf1d9ff1302fc95c79dba2514f50409dc52a29451801e57467655')
_prefix='/usr'