summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDino Duratović2021-01-20 10:25:13 +0100
committerDino Duratović2021-01-20 10:25:13 +0100
commit00faeeb2db73f91bab7d68af1d36fd18fe304252 (patch)
tree607338277016bfb021620625989d8c593e984b77
parent6df64c6f81f3bf30ed3e43e599a1d2f40edecb10 (diff)
downloadaur-00faeeb2db73f91bab7d68af1d36fd18fe304252.tar.gz
Fix pkgver as mentioned in the comments
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27b9d80849bb..2522749d0dbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = firefox-dpms-git
pkgdesc = Disable DPMS settings when playing video in Firefox
- pkgver = 1
+ pkgver = r19.d042b6a
pkgrel = 1
url = https://github.com/dglava/firefox-dpms
arch = any
license = GPL3
makedepends = git
- makedepends = python-setuptools
depends = python
depends = python-pulse-control
source = git+https://github.com/dglava/firefox-dpms.git
diff --git a/PKGBUILD b/PKGBUILD
index 7877c2cab5fd..062ce597ca27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Dino Duratović <dinomol mail com>
pkgname=firefox-dpms-git
-pkgver=1
+pkgver=r19.d042b6a
pkgrel=1
pkgdesc="Disable DPMS settings when playing video in Firefox"
arch=('any')
url="https://github.com/dglava/firefox-dpms"
license=('GPL3')
depends=('python' 'python-pulse-control')
-makedepends=('git' 'python-setuptools')
+makedepends=('git')
source=('git+https://github.com/dglava/firefox-dpms.git')
md5sums=('SKIP')