summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2019-03-28 11:10:01 -0400
committerJameson Pugh2019-03-28 11:10:01 -0400
commit17190db4331eb95db4da7faed85380c5c67cbcae (patch)
treee19378d9bd3a6a787e7a12564b2e4d3dfa410a3d
parent3845ef284c6259860cc788a76c28882898cb656b (diff)
downloadaur-17190db4331eb95db4da7faed85380c5c67cbcae.tar.gz
fixed source URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d03942c0e8ee..0582053db35f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = snapcraft
depends = python-debian
optdepends = lxd
options = !emptydirs
- source = https://github.com/ubuntu-core/snapcraft/archive/3.3.tar.gz
+ source = https://github.com/snapcore/snapcraft/archive/3.3.tar.gz
sha256sums = 5208820b822448d5dc75d852df560548b86cddfeb72144d67a058536699b1d0a
pkgname = snapcraft
diff --git a/PKGBUILD b/PKGBUILD
index bc16a750bd0c..b06c6c7c56b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('python-apt' 'python-requests-oauthlib' 'python-ssoclient' 'python-prog
makedepends=('python-setuptools')
optdepends=('lxd')
options=(!emptydirs)
-source=("https://github.com/ubuntu-core/snapcraft/archive/${pkgver}.tar.gz")
+source=("https://github.com/snapcore/snapcraft/archive/${pkgver}.tar.gz")
sha256sums=('5208820b822448d5dc75d852df560548b86cddfeb72144d67a058536699b1d0a')
package() {