summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2021-05-11 13:47:16 -0400
committerEric Schulte2021-05-11 13:47:16 -0400
commitf8d00a0a4f3dea62a5f57432ceb4eb69336bb3e3 (patch)
treec3ee73202c35c67fb359d424a4647ecb4029ff7f
parent51ca84297f5ba1b4681dbf6af735ef6ba9fc8c5a (diff)
downloadaur-f8d00a0a4f3dea62a5f57432ceb4eb69336bb3e3.tar.gz
Update format of the source URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f09b3014747d..359175e9f3c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gtirb-pprinter-git
pkgdesc = Pretty printer from GTIRB to assembly code
- pkgver = v0.1.1.r179.gdb92eca
+ pkgver = v0.1.1.r248.g48aa1e6
pkgrel = 1
- url = https://github.com/grammatech/gtirb-pprinter
+ url = https://git.grammatech.com/rewriting/gtirb-pprinter#print-modules-in-windows
arch = x86_64
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 728bde323148..d71a3ca1c7ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
# Maintainer: Eric Schulte <eschulte@grammatech.com>
_srcname=gtirb-pprinter
pkgname=gtirb-pprinter-git
-pkgver=v0.1.1.r179.gdb92eca
+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://github.com/grammatech/gtirb-pprinter"
+url="https://git.grammatech.com/rewriting/gtirb-pprinter#print-modules-in-windows"
license=('MIT')
optdepends=('boost: build against system boost')
depends=()