summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kolchenko2021-08-10 11:46:05 +0300
committerAndrey Kolchenko2021-08-10 11:46:05 +0300
commit55970a8339f5a658d25a07fb1f97f02f3230aa77 (patch)
treef2fc44ebb7a6f13e5537f4fc1e9cb03716fa4f01
parentc4ff3e9c27e9a93ccfd8f0aafc1c1ebf4608e7a1 (diff)
downloadaur-pam-python.tar.gz
Fix python version in depends list
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a916916f392b..b85c167bd1ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pam-python
pkgdesc = Python for PAM
pkgver = 1.0.8
- pkgrel = 2
+ pkgrel = 3
url = http://pam-python.sourceforge.net/
arch = x86_64
license = GNU Affero General Public License
makedepends = python-sphinx
makedepends = make
depends = pam
- depends = python
+ depends = python2
source = https://downloads.sourceforge.net/project/pam-python/pam-python-1.0.8-1/pam-python-1.0.8.tar.gz
sha256sums = fc69d7717db0509111500a81053487fa7684e1be3b7d0ae2b51970b6fdc918f6
diff --git a/PKGBUILD b/PKGBUILD
index d401def23da1..661028486cc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Maintainer: Andrey Kolchenko <andrey@kolchenko.me>
pkgname=pam-python
pkgver=1.0.8
-pkgrel=2
+pkgrel=3
pkgdesc='Python for PAM'
arch=('x86_64')
url='http://pam-python.sourceforge.net/'
license=('GNU Affero General Public License')
depends=(
'pam'
- 'python'
+ 'python2'
)
makedepends=(
'python-sphinx'