summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2022-03-23 18:37:05 +0800
committerAllen Zhong2022-03-23 18:37:05 +0800
commita2e9701ec274c38e984ab144d374868a263e357c (patch)
tree1cd1ca6e5b60d001352506108ae2d6b387cdb259
parent377cee4cc058e3754e1815404c282de66024cd23 (diff)
downloadaur-tsar-git.tar.gz
update source url
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea192a2b14e6..d2ed262de5ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tsar-git
pkgdesc = Taobao System Activity Reporter
pkgver = 0.408.0224ccb
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/alibaba/tsar
arch = x86_64
license = Apache
@@ -10,7 +10,7 @@ pkgbase = tsar-git
depends = luajit
depends = cron
backup = etc/tsar/tsar.conf
- source = git://github.com/alibaba/tsar.git
+ source = git+https://github.com/alibaba/tsar.git
source = fix_module_path.patch
source = fix_apache_log.patch
sha1sums = SKIP
diff --git a/.gitignore b/.gitignore
index 2c71f50b6f98..53c2953eefb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,5 @@ cookies
*.h
*.hpp
*.o
+
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index 4bd28fb11469..f8f5d51340e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=tsar-git
_gitname=tsar
pkgver=0.408.0224ccb
-pkgrel=1
+pkgrel=2
pkgdesc="Taobao System Activity Reporter"
arch=('x86_64')
url="https://github.com/alibaba/tsar"
@@ -12,7 +12,7 @@ license=('Apache')
depends=('glibc' 'luajit' 'cron')
makedepends=('git')
backup=('etc/tsar/tsar.conf')
-source=("git://github.com/alibaba/$_gitname.git"
+source=("git+https://github.com/alibaba/$_gitname.git"
"fix_module_path.patch"
"fix_apache_log.patch")
sha1sums=('SKIP'