summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2020-06-29 22:07:43 -0600
committerBrian Bidulock2020-06-29 22:07:43 -0600
commitf63e3ada2b7c96c9c8a3ac32abdaf9e02d42770a (patch)
tree05de83db6c2174f1f50524058d25a3867f12a4f5 /PKGBUILD
parentb371d17c3c82600dce1f7dfd6e50fb37d0d5eaba (diff)
downloadaur-f63e3ada2b7c96c9c8a3ac32abdaf9e02d42770a.tar.gz
uppkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cd65e8d7267..fa9b6d80e563 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgbase=virtualbox-modules-lts
pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=6.1.4
-pkgrel=7
+pkgver=6.1.10
+pkgrel=1
case "$CARCH" in
x86_64)
_linux_major=5
_linux_minor=4
;;
i686)
- _linux_major=4
- _linux_minor=19
+ _linux_major=5
+ _linux_minor=4
;;
esac
arch=('x86_64' 'i686')