summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c509711054af..ef895db41cb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fastdriver-git
pkgdesc = Fast-ODP (Old-Driver-Protocol) command line tool, C++ implementation
- pkgver = b6c7108
- pkgrel = 2
+ pkgver = v0.2.beta
+ pkgrel = 1
url = https://github.com/lackofdream/fastdriver
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 947e8d8c2b98..4d068e6859cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# Maintainer: Ning Humbert <galaxy0419@gmail.com>
pkgname=fastdriver-git # '-bzr', '-git', '-hg' or '-svn'
-pkgver=b6c7108
-pkgrel=2
+pkgver=v0.2.beta
+pkgrel=1
pkgdesc="Fast-ODP (Old-Driver-Protocol) command line tool, C++ implementation"
arch=('i686' 'x86_64')
url="https://github.com/lackofdream/fastdriver"