summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2018-06-03 02:37:43 -0700
committerJesus Alvarez2018-06-03 02:37:43 -0700
commit18efdcf8dcab3185fcd5a8b43b2f0abb4cc23ae7 (patch)
treed82781da3ddcf14b91f683bb6b869b38a25b2c83
parenta312655f052b1aec75d306d578cb3c09360fc820 (diff)
downloadaur-18efdcf8dcab3185fcd5a8b43b2f0abb4cc23ae7.tar.gz
Semi-automated update for 4.16.10.1-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b216f9b1e0b6..36968e68a12f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = spl-linux-vfio
arch = x86_64
license = GPL
makedepends = linux-vfio-headers=4.16.10-1
- makedepends = git
depends = spl-utils-common=0.7.9
depends = kmod
depends = linux-vfio=4.16.10-1
@@ -18,7 +17,6 @@ pkgname = spl-linux-vfio
groups = archzfs-linux-vfio
provides = spl
conflicts = spl-linux-vfio-git
- replaces = spl-git
pkgname = spl-linux-vfio-headers
pkgdesc = Solaris Porting Layer kernel headers.
diff --git a/PKGBUILD b/PKGBUILD
index 2eff9d3e85e4..a14e2ac095fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname=("spl-linux-vfio" "spl-linux-vfio-headers")
pkgver=0.7.9.4.16.10.1
pkgrel=1
-makedepends=("linux-vfio-headers=4.16.10-1" "git")
+makedepends=("linux-vfio-headers=4.16.10-1")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.9/spl-0.7.9.tar.gz")
@@ -43,7 +43,6 @@ package_spl-linux-vfio() {
provides=("spl")
groups=("archzfs-linux-vfio")
conflicts=('spl-linux-vfio-git')
- replaces=("spl-git")
cd "${srcdir}/spl-0.7.9"
make DESTDIR="${pkgdir}" install
mv "${pkgdir}/lib" "${pkgdir}/usr/"