summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2020-12-10 06:19:34 -0500
committerAshley Bone2020-12-10 06:19:34 -0500
commit84a64136105dc0cc6fa8572863d8f0cf8b1ba167 (patch)
treef7774485e668a34c693e85706c303fb2e2cedfcb
parente059a7ee0c6ccef2f3d1348ceccbf14d63d80852 (diff)
downloadaur-84a64136105dc0cc6fa8572863d8f0cf8b1ba167.tar.gz
Removed python2 build, updated SRCINFO.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c88e843bfba1..ccf5b2e4b0cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,14 @@
pkgbase = python-portalocker
pkgdesc = Easy, portable file locking API.
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/WoLpH/portalocker
arch = any
license = PSF
makedepends = python-setuptools
- makedepends = python2-setuptools
source = https://pypi.python.org/packages/source/p/portalocker/portalocker-2.0.0.tar.gz
sha256sums = 14487eed81aa914127edf0284e29c7ca8842c05bb33d96dc7e4bdb47282d26e4
pkgname = python-portalocker
depends = python
-pkgname = python2-portalocker
- depends = python2
-
diff --git a/PKGBUILD b/PKGBUILD
index ddee4171de0b..a78641cae3f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-portalocker
pkgname=('python-portalocker')
_pkgname=portalocker
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Easy, portable file locking API.'
arch=('any')
url="https://github.com/WoLpH/${_pkgname}"