summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2019-11-14 15:04:58 +0100
committerRichard Neumann2019-11-14 15:04:58 +0100
commit0766ac136cea7bf6e954300f994ecc39e118e237 (patch)
tree2645a43b1ec1ace91c8f18a467050b67c92200c4
parente2ffaad517f8127e33a676213c7cda7353ca4091 (diff)
downloadaur-0766ac136cea7bf6e954300f994ecc39e118e237.tar.gz
Rebuild for python 3.8.
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1ea2cb34f3a..06792e5aeb0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mcipc
pkgdesc = Python 3 library and scripts for the RCON and Query protocol
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/coNQP/mcipc
arch = any
license = GPLv3
diff --git a/.gitignore b/.gitignore
index e22caf24a73f..2fa3746df1e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.pkg.tar.xz*
+*.log
mcipc/
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 2863726b20ec..a77b757fa5b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase='mcipc'
pkgname="python-${_pkgbase}"
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')
url="https://github.com/coNQP/${_pkgbase}"