[arch-commits] Commit in joyutils/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Apr 9 10:49:34 UTC 2021


    Date: Friday, April 9, 2021 @ 10:49:34
  Author: arodseth
Revision: 915256

Add PREFIX=/usr to fix FS#70268

Modified:
  joyutils/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-09 10:31:11 UTC (rev 915255)
+++ PKGBUILD	2021-04-09 10:49:34 UTC (rev 915256)
@@ -1,18 +1,19 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: loqs
 # Contributor: Arkham <arkham at archlinux.us>
 # Contributor: dirty_d <andrew2085 at gmail.com>
 
 pkgname=joyutils
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
 arch=(x86_64)
 license=(GPL)
 url='https://packages.debian.org/sid/joystick'
 conflicts=(linuxconsole)
-depends=(awk sdl2)
+depends=(sdl2)
 source=("https://deb.debian.org/debian/pool/main/j/joystick/joystick_$pkgver.orig.tar.bz2")
-sha256sums=('bd4d4b7e37da02fc67e47ddf20b6f1243c0a7af7b02b918d5e72138ea8727547')
+b2sums=('e05d04454fefdd4009d0c75f1caf2e6675a8e5f494f6f2f491f4de3c57101a6323b4de5795fccb9fd6a557a1e7bf4befa312661b022ed0503da83ac4dd3ab7c5')
 
 prepare() {
   ln -sf "linuxconsoletools-$pkgver" $pkgname
@@ -20,7 +21,7 @@
 }
 
 build() {
-  make -C $pkgname
+  PREFIX=/usr make -C $pkgname
 }
 
 package() {



More information about the arch-commits mailing list