summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD2
3 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6cb1f3407bc..7a377cf90a92 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/borderOS/ice-store
+ url = https://github.com/risiOS/ice-store
arch = any
license = GPL
depends = ice
depends = git
depends = python
- source = ice-store-1.0.1.tar.gz::https://github.com/borderOS/ice-store/archive/1.0.1.tar.gz
+ source = ice-store-1.0.1.tar.gz::https://github.com/risiOS/ice-store/archive/1.0.1.tar.gz
sha256sums = fa214c3b7e2ea9f211de801c625daa91f9fad7e53b949c1cb75f8cfdd628205d
pkgname = ice-store
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 1e03aa85acb1..87dbab5d5993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.0.1
pkgrel=1
pkgdesc="A place for discovering SSBs"
arch=('any')
-url="https://github.com/borderOS/ice-store"
+url="https://github.com/risiOS/ice-store"
license=('GPL')
depends=('ice' 'git' 'python')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")