Package Details: scraw 0.2.1-2

Git Clone URL: https://aur.archlinux.org/scraw.git (read-only, click to copy)
Package Base: scraw
Description: Steam Controller C library
Upstream URL: https://gitlab.com/dennis-hamester/scraw
Licenses: custom:ISC
Submitter: derhamster
Maintainer: xiota
Last Packager: xiota
Votes: 5
Popularity: 0.000000
First Submitted: 2016-03-17 23:08 (UTC)
Last Updated: 2023-04-21 18:11 (UTC)

Latest Comments

imsamuka commented on 2023-01-28 13:33 (UTC)

Added the @lexicalbit suggestion to the package. No more 503 error.

lexicalbit commented on 2021-08-22 19:37 (UTC)

Package appears broken due to 503 on the source URL.

The following changes on the PKGBUILD may resolve:

-source=("scraw-v$pkgver.tar.gz::https://gitlab.com/dennis-hamester/scraw/repository/archive.tar.gz?ref=v$pkgver")
-sha256sums=('fec3f5e3503b1fba5c2905d52c9f56f9611deb2fdfdc592bcf598be2a9f2bc76')
+source=("scraw-v$pkgver.tar.gz::https://gitlab.com/dennis-hamester/scraw/-/archive/v$pkgver/scraw-v$pkgver.tar.gz")
+sha256sums=('6b0afd0417577aad482a010b3f2754790b1e2cce59d14711dac3a0dd25afc39c')
-  cd ${pkgname}-v${pkgver}-${_commit}
+  cd ${pkgname}-v${pkgver}
-  cd ${pkgname}-v${pkgver}-${_commit}/build
+  cd ${pkgname}-v${pkgver}/build

derhamster commented on 2016-04-14 12:50 (UTC)

Yeah, make sure you have the base-devel group installed.

PureTryOut commented on 2016-04-14 12:15 (UTC)

Never mind, for some reason I was missing the pkg-config package which somehow caused that error. Installed it, and now it compiles fine.

PureTryOut commented on 2016-04-14 10:15 (UTC)

Compiling fails: CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find libusb-1.0 (missing: libusb-1.0_INCLUDE_DIR) (Required is at least version "1.0.16") I have in fact libusb 1.0.20 installed