summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore19
-rw-r--r--PKGBUILD4
3 files changed, 25 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 738f2b55db38..bc736643c1d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = asar-apache
pkgdesc = A System Activity Reporter of apache httpd
- pkgver = r40
- pkgrel = 2
+ pkgver = r54
+ pkgrel = 1
url = http://code.google.com/p/python-asar/
arch = i686
arch = x86_64
license = GPL2
depends = apache
- source = http://python-asar.googlecode.com/svn-history/r40/trunk/asar-apache-agent/asar_apache_agent.c
- source = http://python-asar.googlecode.com/svn-history/r40/trunk/asar-apache-agent/asar_apache_gather.c
+ source = http://python-asar.googlecode.com/svn-history/r54/trunk/asar-apache-agent/asar_apache_agent.c
+ source = http://python-asar.googlecode.com/svn-history/r54/trunk/asar-apache-agent/asar_apache_gather.c
md5sums = ae8af0c209828408496c8a09adf51102
md5sums = 5fdf7a14172fb6ed70c707231e57c359
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4601b3df4a5e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+build/
+test/
+src/
+pkg/
+*.xz
+*.gz
+*.zip
+*.bz2
+*.tgz
+*.sig
+*.asc
+*.swp
+cookies
+
+*.c
+*.cpp
+*.h
+*.hpp
+*.o
diff --git a/PKGBUILD b/PKGBUILD
index 6b9f652c9617..27d604bed1db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Allen Zhong <moeallenz@gmail.com>
pkgname=asar-apache
-pkgver=r40
-pkgrel=2
+pkgver=r54
+pkgrel=1
pkgdesc="A System Activity Reporter of apache httpd"
arch=(i686 x86_64)
url="http://code.google.com/p/python-asar/"