summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Endfinger2020-01-14 23:03:28 -0500
committerKenneth Endfinger2020-01-14 23:03:28 -0500
commit7e792942c2842349655e9dbad3372a32a59e964b (patch)
tree5f8ba37b1283f425419c9dba7f2433eb9174f7f4 /PKGBUILD
parent68cd6c19328cf192aeda266b74168833a40ec408 (diff)
downloadaur-7e792942c2842349655e9dbad3372a32a59e964b.tar.gz
Fix source file name (namcap warning)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1fc03ed3226..0066aef45006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=udmabuf
pkgname=udmabuf-dkms
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace DMA Buffers"
arch=('i686' 'x86_64' 'armhf')
url="https://github.com/ikwzm/udmabuf"
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('dkms')
conflicts=("${_pkgbase}")
source=(
- "https://github.com/ikwzm/udmabuf/archive/v${pkgver}.tar.gz"
+ "udmabuf-${pkgver}.tar.gz::https://github.com/ikwzm/udmabuf/archive/v${pkgver}.tar.gz"
"dkms.conf"
)