summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Harrison2020-03-08 15:34:49 -0400
committerMatt Harrison2020-03-08 15:34:49 -0400
commit5f31d8ac0e6da849f438d6290b9c4fea96c5a5a7 (patch)
tree9d7f17902c649808d48e14b15d52c359452b0082
parentee11f142dbe4f55e14e4f477562367d89a2f2256 (diff)
downloadaur-5f31d8ac0e6da849f438d6290b9c4fea96c5a5a7.tar.gz
Fixed package url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d563693ea32..1818b6fc05a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = go.rice
pkgdesc = Go package that makes working with resources such as html,js,css,images,templates, etc very easy.
pkgver = 1.0.0
pkgrel = 1
- url = https://statping.com/
+ url = https://github.com/GeertJohan/go.rice
arch = x86_64
license = BSD
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index eb1b4be6d5a2..8a585e779b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.0
pkgrel=1
pkgdesc='Go package that makes working with resources such as html,js,css,images,templates, etc very easy.'
arch=(x86_64)
-url='https://statping.com/'
+url='https://github.com/GeertJohan/go.rice'
license=("BSD")
makedepends=(go)
source=("$pkgname-$pkgver.tar.gz::https://github.com/GeertJohan/$pkgname/archive/v$pkgver.tar.gz")