summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa024f37e154..66a40158c58d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Sep 20 00:57:07 UTC 2016
+# Wed Feb 22 18:24:19 UTC 2017
pkgbase = srain
pkgdesc = It does not look like a irc client
pkgver = 0.05.1
- pkgrel = 1
- url = https://github.com/lastavenger/srain
+ pkgrel = 2
+ url = https://github.com/SilverRainZ/srain
arch = i686
arch = x86_64
license = GPL
@@ -20,7 +20,7 @@ pkgbase = srain
depends = libnotify
provides = srain
conflicts = srain-git
- source = https://github.com/LastAvenger/srain/archive/0.05.1.tar.gz
+ source = https://github.com/SilverRainZ/srain/archive/0.05.1.tar.gz
sha256sums = 2c68b500f94b804b44e15588194e03d07e340a95455cac8ad50524a1c21ba2e3
pkgname = srain
diff --git a/PKGBUILD b/PKGBUILD
index 195a49a47990..34e91a23aecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=srain
pkgver=0.05.1
-pkgrel=1
+pkgrel=2
pkgdesc="It does not look like a irc client"
arch=('i686' 'x86_64')
license=('GPL')
-url="https://github.com/lastavenger/srain"
+url="https://github.com/SilverRainZ/srain"
depends=('gtk3' 'python' 'libircclient' 'curl' 'libnotify')
makedepends=('make' 'gcc' 'pkg-config' 'gettext' 'imagemagick')
conflicts=('srain-git')
provides=('srain')
-source=("https://github.com/LastAvenger/${pkgname}/archive/${pkgver}.tar.gz")
+source=("https://github.com/SilverRainZ/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('2c68b500f94b804b44e15588194e03d07e340a95455cac8ad50524a1c21ba2e3')
build() {