summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-08-05 04:20:39 +0800
committerlilac2022-08-05 04:20:39 +0800
commitcfd736aeedc113aec77cae69ebd3eb0c5e4c0dca (patch)
tree1de26a34437fbe5354ff638e790f2c85ea51219d
parenta5721698e07bb53b623b6b5f138cee5c21f7278b (diff)
downloadaur-cfd736aeedc113aec77cae69ebd3eb0c5e4c0dca.tar.gz
[lilac] updated to 1:1.4.1-3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e824a6226c74..95f62152aa2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,16 @@
pkgbase = srain
pkgdesc = Modern IRC client written in GTK.
pkgver = 1.4.1
- pkgrel = 1
+ pkgrel = 3
epoch = 1
- url = https://srain.im
+ url = https://srain.silverrainz.me
arch = i686
+ arch = pentium4
arch = x86_64
+ arch = arm
+ arch = armv7h
+ arch = armv6h
+ arch = aarch64
license = GPL
makedepends = python-sphinx
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index 5b580e6b3077..ed7b36ca34d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=srain
epoch=1
pkgver=1.4.1
-pkgrel=1
+pkgrel=3
pkgdesc="Modern IRC client written in GTK."
-arch=('i686' 'x86_64')
+arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
license=('GPL')
-url="https://srain.im"
+url="https://srain.silverrainz.me"
makedepends=('python-sphinx' 'meson')
depends=('gtk3' 'libconfig' 'libsoup' 'libsecret')
source=("https://github.com/SrainApp/${pkgname}/archive/${pkgver}.tar.gz")