summarylogtreecommitdiffstats
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
parent673393fef2479795ca2e0900714fbfc503b56e37 (diff)
downloadaur-python-farama-notifications.tar.gz
add missing dependencies; thanks MarsSeed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6e953599f6c..6540f23b5456 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = python-farama-notifications
pkgdesc = Notices from the Farama Foundation; given as a dependency for all of their packages.
pkgver = 0.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Farama-Foundation/Farama-Notifications
arch = any
license = MIT
+ makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ depends = python
source = https://files.pythonhosted.org/packages/source/F/Farama-Notifications/Farama-Notifications-0.0.4.tar.gz
source = https://raw.githubusercontent.com/Farama-Foundation/Farama-Notifications/0.0.4/LICENSE
sha256sums = 13fceff2d14314cf80703c8266462ebf3733c7d165336eee998fc58e545efd18
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')