summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hinshaw2018-12-03 14:46:49 -0500
committerCorey Hinshaw2018-12-03 14:46:49 -0500
commita1d90e1e8009dd4f665653129db37ac12845b75e (patch)
treeea00eeb8c09784742946bc3f5718ee192f9257a1
parent35ad755648039bb9f1d6b9dbf0ddaefe45b91ad0 (diff)
downloadaur-a1d90e1e8009dd4f665653129db37ac12845b75e.tar.gz
Remove unneeded dkms suffix from module name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c357d8f724ff..fa29ca5a6f56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = system76-io-dkms
pkgdesc = This DKMS driver controls System76 Io devices
pkgver = 0.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/system76-io-dkms
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 7f15436b3bb0..ea8020b7e28b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Corey Hinshaw <coreyhinshaw(at)gmail(dot)com>
pkgname=system76-io-dkms
+_modname=system76-io
pkgver=0.0.1
_commit="d7ec9914ea0aee4af22ff7ace5cba697a95309aa"
-pkgrel=1
+pkgrel=2
pkgdesc="This DKMS driver controls System76 Io devices"
arch=('x86_64')
url="https://github.com/pop-os/system76-io-dkms"
@@ -16,7 +17,7 @@ sha256sums=("5791cd88485da3ac714ebf069eafe68266c46f87be911500cab2308e34436941"
package() {
# Installation directory
- local install_dir="${pkgdir}/usr/src/${pkgname}-${pkgver}"
+ local install_dir="${pkgdir}/usr/src/${_modname}-${pkgver}"
cd ${srcdir}/${pkgname}-${_commit}