summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanusz Lewandowski2016-04-10 17:39:00 +0200
committerJanusz Lewandowski2016-04-10 17:39:00 +0200
commit4529bb45e654e89db7856ad96e60c354a49ee3a5 (patch)
treedce7bd794775089fbfc77bb083a7110e1e76239c
parent0123b880b4d02222f2dea487d18d1bd22c6aaddf (diff)
downloadaur-4529bb45e654e89db7856ad96e60c354a49ee3a5.tar.gz
Update to 0.5.
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7b7d257fe67..e948a5972951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Feb 29 22:54:54 UTC 2016
pkgbase = python-pydbus-git
pkgdesc = Pythonic DBus library
- pkgver = v0.3.r0.b665d73
+ pkgver = v0.5.r0.0a681e4
pkgrel = 1
url = https://github.com/LEW21/pydbus
arch = any
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..e4e25ca08cd9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/src/
+/pkg/
+*.tar.*
+/pydbus
diff --git a/PKGBUILD b/PKGBUILD
index 2796cef2c09e..2083a980718f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,14 @@
# Maintainer: Janusz Lewandowski <lew21@xtreeme.org>
pkgname=('python-pydbus-git'
'python2-pydbus-git')
-pkgver=v0.3.r0.b665d73
+pkgver=v0.5.r0.0a681e4
pkgrel=1
pkgdesc="Pythonic DBus library"
arch=("any")
url="https://github.com/LEW21/pydbus"
license=('LGPL')
-groups=()
makedepends=('git' 'python-setuptools' 'python2-setuptools')
-replaces=()
-backup=()
-options=()
-install=
source=('pydbus::git+https://github.com/LEW21/pydbus.git')
-noextract=()
md5sums=('SKIP')
pkgver() {