summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2017-01-26 22:02:54 +0100
committerLuca Weiss2017-01-26 22:02:54 +0100
commit73e02611f510c61816607f98cd257b47d61a8a22 (patch)
treebcdc9b7a13b563dcdc65bfb448c90a07684b815b
parent751ba858ccafaa0ed380b240839ad1642bf04726 (diff)
downloadaur-73e02611f510c61816607f98cd257b47d61a8a22.tar.gz
Remove old comments
-rw-r--r--PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fecd828f1089..873543a12319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,6 @@ build_kernel_modules=false
# Furthermore it is possible to build the package from a specific git commit by uncommenting the variable "_commit" and setting it to a valid commit. pkgrel should be bumped up too then.
-#pkgname=razer-drivers
-#arch=('any')
-#pkgver=0.0.0.1
-#pkgrel=1
-#package() {
-#echo "true"
-#}
-
-#if false; then # packages are in conflict until merged
pkgbase=razer-drivers
pkgname=('python-razer' 'razer-daemon' 'razer-driver-dkms')
if $build_kernel_modules; then
@@ -116,4 +107,3 @@ package_razer-driver-arch() {
find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
}
fi
-#fi