summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2021-01-12 20:29:01 +0100
committerKrzysztof AS (3ED)2021-01-12 20:29:01 +0100
commitaf49afa2d3dd73bf7a17750c1b53b4feebd99b9b (patch)
tree641e5d1eafd0c44b1e7bc7ef5fc8ec3e1b45e897
parent47a41931ad282e670a941b1a557fbe9c1682f295 (diff)
downloadaur-af49afa2d3dd73bf7a17750c1b53b4feebd99b9b.tar.gz
update; revert conflicts with *-git (which makes conflict even if there is no *-git version installed)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16c07b25a970..085d50d09e58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddccontrol
pkgdesc = Control your monitor by software using the DDC/CI protocol
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/ddccontrol/ddccontrol
arch = i686
@@ -16,11 +16,9 @@ pkgbase = ddccontrol
depends = libxml2
depends = icu
depends = glib2
- provides = ddccontrol-git
- conflicts = ddccontrol-git
options = !libtool
- source = ddccontrol-0.5.0.tar.gz::https://github.com/ddccontrol/ddccontrol/archive/0.5.0.tar.gz
- sha256sums = 41d7c4fbcd1c2fa33bc6993c44527e98a1af7233903f6b362f41b99f977224df
+ source = ddccontrol-0.5.1.tar.gz::https://github.com/ddccontrol/ddccontrol/archive/0.5.1.tar.gz
+ sha512sums = 2973a06a0c75080ff34d0239b5011506a52b875acfc4664a484fe9860c2f9863701384ec611562f4b55fd333e2298ba49c9e3acfe24026d4fa9ac72933af85a0
pkgname = ddccontrol
install = ddccontrol.install
@@ -29,4 +27,5 @@ pkgname = gddccontrol
pkgdesc = Control your monitor by software using the DDC/CI protocol (GUI)
depends = gtk2
depends = ddccontrol
+ conflicts = ddccontrol-git
diff --git a/PKGBUILD b/PKGBUILD
index 79b30500d732..67ac1a26bbee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=ddccontrol
pkgname=(ddccontrol gddccontrol)
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="Control your monitor by software using the DDC/CI protocol"
arch=('i686' 'x86_64')
@@ -13,11 +13,9 @@ url="https://github.com/ddccontrol/ddccontrol"
license=('GPL')
depends=('pciutils' 'ddccontrol-db-git' 'perl-xml-parser' 'libxml2' 'icu' 'glib2')
makedepends=('gtk2' 'autoconf' 'intltool' 'python')
-conflicts=("ddccontrol-git")
-provides=('ddccontrol-git')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/ddccontrol/ddccontrol/archive/${pkgver}.tar.gz")
options=('!libtool')
-sha256sums=('41d7c4fbcd1c2fa33bc6993c44527e98a1af7233903f6b362f41b99f977224df')
+sha512sums=('2973a06a0c75080ff34d0239b5011506a52b875acfc4664a484fe9860c2f9863701384ec611562f4b55fd333e2298ba49c9e3acfe24026d4fa9ac72933af85a0')
prepare() {
cd "${srcdir}"/${pkgbase}-${pkgver}
@@ -67,6 +65,7 @@ package_ddccontrol() {
package_gddccontrol() {
depends=('gtk2' 'ddccontrol')
pkgdesc="Control your monitor by software using the DDC/CI protocol (GUI)"
+ conflicts=("ddccontrol-git")
cd "${srcdir}"/${pkgbase}-${pkgver}