summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorANDRoid78902021-02-08 20:20:57 +0400
committerANDRoid78902021-02-08 20:20:57 +0400
commitb2d434a4b50ebd88be8fe11c4289fb1cef7b91c2 (patch)
treef47d30c21e787d04050cd0af5c760e5864886142 /PKGBUILD
parentbb585b4992a4a1fa1d48b27121ab2a53153e0201 (diff)
downloadaur-b2d434a4b50ebd88be8fe11c4289fb1cef7b91c2.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de38a92125eb..d30461e7ef50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=bootsplash-manager-bin
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Simple cli bootsplash manager"
url="https://github.com/ANDRoid7890/bootsplash-manager"
arch=(x86_64)
license=(GPL2)
depends=('qt5-base'
'bootsplash-systemd')
-makedepends=(cmake)
+conflicts=('bootsplash-manager')
source=("https://github.com/ANDRoid7890/bootsplash-manager/releases/download/$pkgver/bootsplash-manager.tar.gz")