summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-04-29 15:23:35 -0400
committerTed Alff2020-04-29 15:23:35 -0400
commitf8196cd31adb2522d0a74b4992745455713a5d89 (patch)
treebeccb41f5b2b0151a342f8e187d11083c1a5b48f
parent3630c2add8c3b3d1a7a37cf71abbf40d7d8dbc76 (diff)
downloadaur-f8196cd31adb2522d0a74b4992745455713a5d89.tar.gz
Add python-dataclasses dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7339697ec037..5c87d2764053 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-screeninfo
pkgdesc = Python library to fetch location and size of physical screens
pkgver = 0.6.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rr-/screeninfo
arch = any
license = MIT
makedepends = python-setuptools
depends = python
+ depends = python-dataclasses
optdepends = libxinerama: xinerama backend
optdepends = libxrandr: randr backend
optdepends = libdrm: experimental DRM backend
diff --git a/PKGBUILD b/PKGBUILD
index 3c614edcd575..cb9520efddc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-screeninfo
pkgver=0.6.5
-pkgrel=1
+pkgrel=2
pkgdesc="Python library to fetch location and size of physical screens"
arch=('any')
url="https://github.com/rr-/screeninfo"
license=('MIT')
-depends=('python')
+depends=('python' 'python-dataclasses')
optdepends=('libxinerama: xinerama backend'
'libxrandr: randr backend'
'libdrm: experimental DRM backend')