summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Scarpino2017-09-30 10:42:01 +0200
committerAndrea Scarpino2017-09-30 10:42:01 +0200
commit3c1e90d10c97484afa48c0aa12b999825fef465c (patch)
tree5e8ea47e88a768cd3fb3b07551673982cb341ae2
parentb13d20f16e2f42c54e3510e4e66ece7b05fab42d (diff)
downloadaur-i3-sensible-browser-git.tar.gz
Fix url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58dd4b8ce936..5e9445452589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 14:11:16 UTC 2016
+# Sat Sep 30 08:41:54 UTC 2017
pkgbase = i3-sensible-browser-git
pkgdesc = Launches $BROWSER with fallbacks
pkgver = 18.a537351
pkgrel = 1
- url = https://gitlab.com/ilpianista/i3-sensible-browser
+ url = https://github.com/ilpianista/i3-sensible-browser
arch = any
license = GPL
makedepends = git
- source = i3-sensible-browser::git+https://gitlab.com/ilpianista/i3-sensible-browser.git
+ source = i3-sensible-browser::git+https://github.com/ilpianista/i3-sensible-browser.git
md5sums = SKIP
pkgname = i3-sensible-browser-git
diff --git a/PKGBUILD b/PKGBUILD
index c1efcc82a077..7e65a87fc02f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _pkgname=i3-sensible-browser
pkgver=18.a537351
pkgrel=1
pkgdesc='Launches $BROWSER with fallbacks'
-url='https://gitlab.com/ilpianista/i3-sensible-browser'
+url='https://github.com/ilpianista/i3-sensible-browser'
arch=('any')
license=('GPL')
makedepends=('git')
-source=(${_pkgname}::'git+https://gitlab.com/ilpianista/i3-sensible-browser.git')
+source=(${_pkgname}::'git+https://github.com/ilpianista/i3-sensible-browser.git')
md5sums=('SKIP')
pkgver() {