summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian-byte2021-10-13 18:50:01 -0500
committerSebastian-byte2021-10-13 18:50:01 -0500
commit5479810684a224f854f21082bea12e37d3bbbce9 (patch)
tree265cc9a3d69e346736dfacac9d2fff886020a34b
parent257a3ad8fadc5ac02043c74df50e84c4c9600657 (diff)
downloadaur-5479810684a224f854f21082bea12e37d3bbbce9.tar.gz
Remove superfluous mir provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51815111f780..5b561ab7f4ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mir
pkgdesc = Canonical's display server
pkgver = 2.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://mir-server.io
arch = x86_64
arch = i686
@@ -46,8 +46,6 @@ pkgbase = mir
optdepends = qt5-wayland: required for miral demos
optdepends = xcursor-dmz: opt requirement for miral demos
optdepends = qtubuntu: opt requirement for miral demos
- provides = mir
- conflicts = mir
source = https://github.com/MirServer/mir/archive/v2.5.0.tar.gz
sha256sums = fde10f0aec4fb4c4e3e66f47a54cc365a535c4f1aeb2de644271b7f9664c7a06
diff --git a/PKGBUILD b/PKGBUILD
index 7e0a6820fd0e..48f95d397773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,11 @@
pkgname=mir
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Canonical's display server"
url='https://mir-server.io'
arch=(x86_64 i686)
license=(GPL LGPL)
-conflicts=(mir)
-provides=(mir)
depends=(gtest boost-libs capnproto google-glog gflags libglvnd liburcu lttng-ust libepoxy libxml++2.6 nettle libinput libxkbcommon python-pillow freetype2 libevdev protobuf python-dbus python-gobject hicolor-icon-theme libxcursor yaml-cpp)
makedepends=(git glm doxygen cmake boost gcovr gmock lcov valgrind python-dbusmock umockdev wlcs)
optdepends=('qterminal: required for miral demos'