summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2016-01-27 16:15:04 -0800
committerDonald Carr2016-01-27 16:15:04 -0800
commitd34a7cf6f9134bc0641e9a69418d7e18929dcebd (patch)
treef4927b231ffd9a29fed8de501e012043aac30285 /PKGBUILD
parent9c2f6b8937567dde122229ceb5e22c6d8d95d1c0 (diff)
downloadaur-d34a7cf6f9134bc0641e9a69418d7e18929dcebd.tar.gz
Introduce provides/conflicts/replaces
Change-Id: I497e341ffa53d5c2de51d29b2278f9c1acccef3a
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d0648dbefb7..778db84273ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,11 @@ _skip_web_engine=true
_sysroot=/mnt/pi
_piver=2
-pkgname=qt-sdk-raspberry-pi${_piver}
+_pkgname=qt-sdk-raspberry-pi
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
+replaces=("${_pkgname}")
+pkgname="${_pkgname}${_piver}"
_packaginguser=$(whoami)
_libspkgname="${pkgname}-target-libs"
_mkspec="linux-rpi${_piver}-g++"