summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPJ v M2024-01-10 14:10:29 +0000
committerPJ v M2024-01-10 14:10:29 +0000
commit142e82a06a2c76c925471e2976e72bd64d1008f4 (patch)
tree381bbee392a87b3e6e20da33b3a170dfe7ec7e9e /PKGBUILD
parent673393fef2479795ca2e0900714fbfc503b56e37 (diff)
downloadaur-python-farama-notifications.tar.gz
add missing dependencies; thanks MarsSeed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 646892ef280c..f0f93ac6206c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-farama-notifications
_name=Farama-Notifications
pkgver=0.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Notices from the Farama Foundation; given as a dependency for all of their packages."
arch=('any')
url="https://github.com/Farama-Foundation/Farama-Notifications"
license=('MIT')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+depends=('python')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz" "https://raw.githubusercontent.com/Farama-Foundation/$_name/$pkgver/LICENSE")
sha256sums=('13fceff2d14314cf80703c8266462ebf3733c7d165336eee998fc58e545efd18' # from PyPI
'7ff6336b33ae4c168086e899a11b7c91d369b6758cee20f9469d563f004f89eb')