summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorANDRoid78902021-02-08 20:20:57 +0400
committerANDRoid78902021-02-08 20:20:57 +0400
commitb2d434a4b50ebd88be8fe11c4289fb1cef7b91c2 (patch)
treef47d30c21e787d04050cd0af5c760e5864886142
parentbb585b4992a4a1fa1d48b27121ab2a53153e0201 (diff)
downloadaur-b2d434a4b50ebd88be8fe11c4289fb1cef7b91c2.tar.gz
fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a63fffdbc9a8..93a481457542 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bootsplash-manager-bin
pkgdesc = Simple cli bootsplash manager
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ANDRoid7890/bootsplash-manager
arch = x86_64
license = GPL2
- makedepends = cmake
depends = qt5-base
depends = bootsplash-systemd
+ conflicts = bootsplash-manager
source = https://github.com/ANDRoid7890/bootsplash-manager/releases/download/1.1/bootsplash-manager.tar.gz
md5sums = dad84a42ac64ed318e14ec940c2eba89
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")