summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreNV252021-12-15 15:52:07 +0530
committereNV252021-12-15 15:52:07 +0530
commit075bcceb1c4000f530ada66b34eeb80599f17963 (patch)
tree52c4e4ee0450f46c7848e3738b729ceb41f5e169 /PKGBUILD
parentc319e43060400f77d3ea38e92208dfc1664b7955 (diff)
downloadaur-075bcceb1c4000f530ada66b34eeb80599f17963.tar.gz
anbox-modules-dkms-git r38.8148a16-1
minor formatting change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c31f580402ac..e5fc8ab478ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgver=r38.8148a16
pkgrel=1
pkgdesc="Kernel modules for Anbox or Waydroid (DKMS)"
arch=(x86_64)
-url="https://github.com/choff/anbox-modules"
+url="https://github.com/choff/$_pkgname"
license=('GPL')
depends=('dkms')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("$_pkgname::git+$url#branch=master")
+source=("git+$url#branch=master")
sha256sums=('SKIP')
pkgver() {