summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2016-12-05 17:20:19 +0800
committerAllen Zhong2016-12-05 17:21:06 +0800
commitd91aadda4507bc02363d0351a2d1b89526e7c757 (patch)
tree02d482edb44106f7e15f6bd27c3a17b17a5f6ea8
parent317f64e1b55503c80542d2ef76a5dec8b70ea0f5 (diff)
downloadaur-d91aadda4507bc02363d0351a2d1b89526e7c757.tar.gz
tsar-git: general reversion update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26d3b8e05f4a..173c96533b03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tsar-git
pkgdesc = Taobao System Activity Reporter
- pkgver = 0.154.dfc6ac8
+ pkgver = 0.241.297a2db
pkgrel = 1
url = http://tsar.taobao.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2463cfd76fce..fa18f3344f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tsar-git
_gitname=tsar
-pkgver=0.154.dfc6ac8
+pkgver=0.241.297a2db
pkgrel=1
pkgdesc="Taobao System Activity Reporter"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ depends=('glibc')
makedepends=('git')
backup=('etc/tsar/tsar.conf')
source=("git://github.com/alibaba/$_gitname.git"
- "fix_module_path.patch"
- "fix_apache_log.patch")
+ "fix_module_path.patch"
+ "fix_apache_log.patch")
sha1sums=('SKIP'
'fcb802d50a4d374b05e9453e688ea6e9e5e40d4d'
'3ad26fcbc9bcbb886caa58e3315eb02edb65534f')
@@ -36,7 +36,7 @@ package() {
install -d "$pkgdir"/usr/lib/tsar/modules
cp modules/*.so "$pkgdir"/usr/lib/tsar/modules/
-
+
install -Dm755 src/tsar "$pkgdir"/usr/bin/tsar
install -Dm644 conf/tsar.conf "$pkgdir"/etc/tsar/tsar.conf