summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5605cc04ad8..73f38813c3f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = ice-store
pkgdesc = A place for discovering SSBs
pkgver = 1.0.1
pkgrel = 1
- url = https://github.com/risiOS/ice-store
+ url = https://github.com/risiIndustries/ice-store
arch = any
license = GPL
depends = ice
depends = git
depends = python
- source = ice-store-1.0.1.tar.gz::https://github.com/risiOS/ice-store/archive/1.0.1.tar.gz
+ source = ice-store-1.0.1.tar.gz::https://github.com/risiIndustries/ice-store/archive/1.0.1.tar.gz
sha256sums = fa214c3b7e2ea9f211de801c625daa91f9fad7e53b949c1cb75f8cfdd628205d
pkgname = ice-store
diff --git a/PKGBUILD b/PKGBUILD
index 956c3fdb15f8..88f2a7f587d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer:
+# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=ice-store
pkgver=1.0.1
pkgrel=1
pkgdesc="A place for discovering SSBs"
arch=('any')
-url="https://github.com/risiOS/ice-store"
+url="https://github.com/risiIndustries/ice-store"
license=('GPL')
depends=('ice' 'git' 'python')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")