diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-16 10:43:44 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-16 10:43:44 +0000 |
commit | 50f728b92249f61f4e4b46f089a12ce5267af329 (patch) | |
tree | 306c73e99a464eac70f3a046d1ae93336bf298c5 /main | |
parent | 2b9bdfa2510748f0fb3baa4bfba3ee18f051dc98 (diff) | |
download | aports-50f728b92249f61f4e4b46f089a12ce5267af329.tar.bz2 aports-50f728b92249f61f4e4b46f089a12ce5267af329.tar.xz |
main/xf86-input-libinput: fix linting issues
Diffstat (limited to 'main')
-rw-r--r-- | main/xf86-input-libinput/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/xf86-input-libinput/APKBUILD b/main/xf86-input-libinput/APKBUILD index d657e81898..edc3ee9262 100644 --- a/main/xf86-input-libinput/APKBUILD +++ b/main/xf86-input-libinput/APKBUILD @@ -7,11 +7,10 @@ pkgdesc="X.Org input driver based on libinput" url="https://xorg.freedesktop.org" arch="all" license="MIT" -depends="" depends_dev="libinput-dev xorg-server-dev" makedepends="$depends_dev eudev-dev xorgproto" subpackages="$pkgname-dev $pkgname-doc" -source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/driver/xf86-input-libinput-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" build() { |