summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsickcodes2022-05-14 12:40:07 +0000
committersickcodes2022-05-14 12:40:07 +0000
commit6dfc80e8f5b94f3e3bde67a1d0c6484de9ca93fc (patch)
tree250bf04608cfe3538931d77af3177f0949dbf05d
parent47a9b9202fedd670a161673d1f4ed90f856f897e (diff)
downloadaur-6dfc80e8f5b94f3e3bde67a1d0c6484de9ca93fc.tar.gz
Update to https://github.com/sickcodes/aur/commit/198093c80b444935d67541f95b87dd03917178b4
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f9c4f79d79f..29e7bc980f73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = anbox-modules-dkms
makedepends = git
depends = dkms
provides = anbox-modules-dkms
+ conflicts = anbox-modules-dkms-git
source = git+https://github.com/choff/anbox-modules.git#commit=8148a162755bf5500a07cf41a65a02c8f3eb0af9
source = https://github.com/sickcodes/anbox-modules/commit/7c19d3c66758747d854c63e4c34ef127ce201fa6.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c24600ebbd14..a395dd8757f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,7 @@ source=("git+https://github.com/choff/${_pkgname}.git#commit=8148a162755bf5500a0
"https://github.com/sickcodes/anbox-modules/commit/7c19d3c66758747d854c63e4c34ef127ce201fa6.patch")
sha256sums=('SKIP'
'7589f311fd9a503c30a214b54f1f687c26a2f160d4339098c65f655e9b1e3556')
+conflicts=(anbox-modules-dkms-git)
prepare() {
cd "${srcdir}/${_pkgname}"