summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0040c4085147..cf2ac5474f19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,10 @@ pkgbase = pearlfan
url = https://github.com/Ventto/pearlfan
arch = x86_64
license = GPL3
- makedepends = help2man netpbm
+ makedepends = help2man
+ makedepends = netpbm
+ provides = pearlfan
+ conflicts = pearlfan
source = https://github.com/Ventto/pearlfan/archive/v1.0.tar.gz
sha256sums = c3861722d533db3a99859fb4a2a620a995be98479ea71d41f3565b6c4a85d82a
diff --git a/PKGBUILD b/PKGBUILD
index 826b4da0b5c8..3a31bde89002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@ pkgdesc='Tool to control Pearl USB LED fan.'
arch=('x86_64')
url="https://github.com/Ventto/${pkgname}"
license=('GPL3')
-makedepends=('help2man netpbm')
+provides=("${pkgname}")
+conflicts=("${pkgname}")
+makedepends=('help2man' 'netpbm')
source=("https://github.com/Ventto/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('c3861722d533db3a99859fb4a2a620a995be98479ea71d41f3565b6c4a85d82a')