summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83e8aec23c36..d8a46fc67ba0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-xdg
pkgdesc = xdg-base-dirs (formerly xdg), an implementation of the XDG Base Directory Specification in Python
pkgver = 6.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/srstevenson/xdg-base-dirs
arch = any
license = ISC
@@ -11,7 +11,6 @@ pkgbase = python-xdg
makedepends = python-installer
makedepends = python-wheel
depends = python
- conflicts = python-pyxdg
source = python-xdg-6.0.0.tar.gz::https://github.com/srstevenson/xdg-base-dirs/archive/6.0.0.tar.gz
sha256sums = f15938c99f4b03a98e3e8f3e122bc9b5b1c46cf284fe230dbda378f6a762ca4e
diff --git a/PKGBUILD b/PKGBUILD
index 5d55ab08538f..5d4a46cbca76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-xdg
_name='xdg-base-dirs'
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="xdg-base-dirs (formerly xdg), an implementation of the XDG Base Directory Specification in Python"
arch=('any')
url="https://github.com/srstevenson/xdg-base-dirs"
@@ -11,7 +11,6 @@ license=('ISC')
depends=('python')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
checkdepends=('python-pytest')
-conflicts=('python-pyxdg')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('f15938c99f4b03a98e3e8f3e122bc9b5b1c46cf284fe230dbda378f6a762ca4e')