summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFichteFoll2023-05-09 02:44:36 +0200
committerFichteFoll2023-05-09 02:44:36 +0200
commitd68fc9f3597d5e5cf9bef3370b80fa5a59c8a47d (patch)
treeef5bb2dce04f5b9c164f31274929b6c0a29e4c19
parent5476cc01fb29ad3657fd3a10a74b961c2d5217b0 (diff)
downloadaur-d68fc9f3597d5e5cf9bef3370b80fa5a59c8a47d.tar.gz
Bump version after Python update
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0acb98d2eb87..511b7e8f5291 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-dbussy-git
pkgdesc = Python binding for D-Bus using asyncio
- pkgver = 1.3.r2.g76fd5c8
- pkgrel = 2
+ pkgver = 1.3.r24.g691a8a8
+ pkgrel = 1
url = https://github.com/ldo/dbussy
arch = any
license = LGPL
@@ -14,4 +14,3 @@ pkgbase = python-dbussy-git
sha256sums = SKIP
pkgname = python-dbussy-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..bdabfbd7fde4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+src/
+pkg/
+*/
+*.xz
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index e253d93f63fe..75384269a272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgbase=python-dbussy
# _name=${_pkgbase#python-}
pkgname="${_pkgbase}-git"
-pkgver=1.3.r2.g76fd5c8
-pkgrel=2
+pkgver=1.3.r24.g691a8a8
+pkgrel=1
pkgdesc="Python binding for D-Bus using asyncio"
arch=(any)
url="https://github.com/ldo/dbussy"