summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2018-09-13 21:43:35 +0200
committerRichard Neumann2018-09-13 21:43:35 +0200
commit110ecda23e50fd84575bbef23b823921061200ab (patch)
treed61bfae0173f90a4766dccf28fa730b31b55cd5e
parenta1f17fef35400cf4c29425452ccb68591b79898d (diff)
downloadaur-110ecda23e50fd84575bbef23b823921061200ab.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 419dc0edc6c4..c61cf683727b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mcipc-git
pkgdesc = Python 3 library and scripts for the RCON and Query protocol
- pkgver = r78.42fc903
+ pkgver = r142.30b3b0b
pkgrel = 1
url = https://gitlab.com/coNQP/mcipc
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-mcipc-git
depends = python
depends = python-docopt
depends = python-pyzmq
- source = mcipc-git::git+https://gitlab.com/coNQP/mcipc.git
+ source = mcipc::git+https://gitlab.com/coNQP/mcipc.git
md5sums = SKIP
pkgname = python-mcipc-git
diff --git a/.gitignore b/.gitignore
index bb1ad4cc1277..e9fdfe5144ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
src
pkg
*.tar.xz*
-mcipc-git
+mcipc
diff --git a/PKGBUILD b/PKGBUILD
index 5c76db1b1171..e3fbf7143005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Richard Neumann aka. schard <mail at richard dash neumann period de>
-_pkgbase='mcipc-git'
-pkgname="python-${_pkgbase}"
-pkgver=r78.42fc903
+_pkgbase='mcipc'
+pkgname="python-${_pkgbase}-git"
+pkgver=r142.30b3b0b
pkgrel=1
pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
arch=('any')