summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 359175e9f3c7..7e37a6da6771 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gtirb-pprinter-git
pkgdesc = Pretty printer from GTIRB to assembly code
pkgver = v0.1.1.r248.g48aa1e6
pkgrel = 1
- url = https://git.grammatech.com/rewriting/gtirb-pprinter#print-modules-in-windows
+ url = https://github.com/grammatech/gtirb-pprinter
arch = x86_64
license = MIT
makedepends = git
@@ -14,7 +14,7 @@ pkgbase = gtirb-pprinter-git
makedepends = graphviz
optdepends = boost: build against system boost
provides = gtirb-pprinter
- source = git://github.com/grammatech/gtirb-pprinter.git
+ source = git+https://github.com/grammatech/gtirb-pprinter.git
sha512sums = SKIP
pkgname = gtirb-pprinter-git
diff --git a/PKGBUILD b/PKGBUILD
index d71a3ca1c7ce..e1d0b7eada28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,13 @@ pkgver=v0.1.1.r248.g48aa1e6
pkgrel=1
pkgdesc="Pretty printer from GTIRB to assembly code"
arch=('x86_64')
-# url="https://github.com/grammatech/gtirb-pprinter"
-url="https://git.grammatech.com/rewriting/gtirb-pprinter#print-modules-in-windows"
+url="https://github.com/grammatech/gtirb-pprinter"
license=('MIT')
optdepends=('boost: build against system boost')
depends=()
makedepends=('git' 'cmake' 'gtirb' 'capstone' 'python' 'doxygen' 'graphviz')
provides=('gtirb-pprinter')
-source=('git://github.com/grammatech/gtirb-pprinter.git')
+source=('git+https://github.com/grammatech/gtirb-pprinter.git')
sha512sums=('SKIP')
pkgver() {