summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0f897447bf7..42cc3789afd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = linux-apfs-rw-dkms-git
pkgdesc = Experimental APFS kernel module with Write support (DKMS)
- pkgver = r288.10557ed
+ pkgver = r298.3f9d529
pkgrel = 1
epoch = 1
url = https://github.com/linux-apfs/linux-apfs-rw
arch = any
- license = GPL2
+ license = GPL-2.0-only
makedepends = git
depends = dkms
source = git+https://github.com/linux-apfs/linux-apfs-rw.git
diff --git a/PKGBUILD b/PKGBUILD
index c515ed766970..133efbde4e34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
pkgname=linux-apfs-rw-dkms-git
epoch=1
-pkgver=r288.10557ed
+pkgver=r298.3f9d529
pkgrel=1
pkgdesc="Experimental APFS kernel module with Write support (DKMS)"
arch=('any')
url="https://github.com/linux-apfs/linux-apfs-rw"
-license=('GPL2')
+license=('GPL-2.0-only')
depends=('dkms')
makedepends=('git')
source=("git+${url}.git"