summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 228ef5774231..3c614edcd575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: twa022 <twa022 at gmail dot com>
pkgname=python-screeninfo
-pkgver=0.6.1
+pkgver=0.6.5
pkgrel=1
pkgdesc="Python library to fetch location and size of physical screens"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('libxinerama: xinerama backend'
'libdrm: experimental DRM backend')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rr-/${pkgname/python-/}/archive/${pkgver}.tar.gz")
-sha256sums=('f54b37dbc07400ccf0a682c8db282896baf66ccf48debd51252cfea3b2e6d2a1')
+sha256sums=('06ef4146276bd4f8a3635fff44324c0a4e86b200155dea089da96ae4cd1741a6')
package() {
cd "${srcdir}/${pkgname/python-/}-${pkgver}"