summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYurii Kolesnykov2020-01-03 23:55:55 +0200
committerYurii Kolesnykov2020-01-03 23:55:55 +0200
commit54ded41932692c4836b666196c2a786b041c718b (patch)
tree3f56f3609780cae41c7cdd9ab27f22bc10910eaa /PKGBUILD
parent7d2d4c65a59d08a01df299306a6df5f3b7b5152d (diff)
downloadaur-54ded41932692c4836b666196c2a786b041c718b.tar.gz
5.1.873335.80805774fc35
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 038e1ccc127a..984c0a0b6c38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,27 +11,22 @@ pkgdesc='Kernel DRM miscellaneous fixes and cross-tree changes'
_srcname=$pkgbase
_kernel_rel=5.1
_branch=drm-misc-next
-pkgver=5.1.855962.fb2ee9bf084b
+pkgver=5.1.873335.80805774fc35
pkgrel=1
arch=('x86_64')
url='https://cgit.freedesktop.org/drm/drm-misc'
license=(GPL2)
makedepends=(
- xmlto kmod inetutils bc libelf git python-sphinx python-sphinx_rtd_theme
- graphviz imagemagick git
+ bc kmod libelf
+ xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick
+ git
)
options=('!strip')
source=("${pkgbase}::git://anongit.freedesktop.org/drm/drm-misc#branch=${_branch}"
config # the main kernel config file
- 60-linux.hook # pacman hook for depmod
- 90-linux.hook # pacman hook for initramfs regeneration
- linux.preset # standard config files for mkinitcpio ramdisk
)
sha256sums=('SKIP'
- '7224b13e66eed0517fb9faa0291f2e57a77bf4eeb356c58f68cc4afc2dd8cc01'
- 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
- '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
- 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
+ '06049aa39dafddd79768733877aad880e50935708e208b15c90520dc95f76b42')
pkgver() {
cd "${_srcname}"