summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilydjwg2016-08-21 10:32:36 +0800
committerlilydjwg2016-08-21 10:32:36 +0800
commit0cdb80d68de4e9832db12b52895221db5f741b5f (patch)
tree719611fa08d17de58e08a84c89c974358b4a6645
parentca81c6579a5af5fc30f39161708881e19df6859d (diff)
downloadaur-0cdb80d68de4e9832db12b52895221db5f741b5f.tar.gz
update for new git url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39ec4f74f5e4..fa1b2e584820 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Aug 21 02:32:33 UTC 2016
pkgbase = systemtap-git
pkgdesc = SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system.
- pkgver = 2.3.1539.g00b943a
+ pkgver = 3.0.213.gcc72c6a
pkgrel = 1
url = http://sourceware.org/systemtap/
arch = i686
@@ -16,7 +18,7 @@ pkgbase = systemtap-git
optdepends = linux-lily-debug: for debug enabled kernel
provides = systemtap=2.3
conflicts = systemtap
- source = git+git://github.com/fche/systemtap.git
+ source = git+git://sourceware.org/git/systemtap.git
md5sums = SKIP
pkgname = systemtap-git
diff --git a/PKGBUILD b/PKGBUILD
index 52a103dd3a0f..9c4bb18340b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: lilydjwg <lilydjwg@gmail.com>
pkgname=systemtap-git
-pkgver=2.3.1539.g00b943a
+pkgver=3.0.213.gcc72c6a
pkgrel=1
pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system."
url="http://sourceware.org/systemtap/"
@@ -11,7 +11,7 @@ makedepends=('git')
optdepends=('sqlite3' 'linux-fedora: for debug enabled kernel' 'linux-lily-debug: for debug enabled kernel')
provides=(systemtap=2.3)
conflicts=(systemtap)
-_gitroot=git://github.com/fche/systemtap.git
+_gitroot=git://sourceware.org/git/systemtap.git
_gitname=systemtap
source=("git+$_gitroot")
md5sums=(SKIP)