Package Details: scrawpp 0.2.1-2

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

Dependencies (2)

Sources (1)

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:38 (UTC)

Package appears broken due to 503 on the source URL.

The following changes on the PKGBUILD may resolve:

-source=("scrawpp-v$pkgver.tar.gz::https://gitlab.com/dennis-hamester/scrawpp/repository/archive.tar.gz?ref=v$pkgver")
-sha256sums=('57a378e08a7efb5491488c9c2c8c1a3a44a1c9c8142880588f58cec8d18eb52d')
+source=("scrawpp-v$pkgver.tar.gz::https://gitlab.com/dennis-hamester/scrawpp/-/archive/v$pkgver/scrawpp-v$pkgver.tar.gz")
+sha256sums=('5a692508b6ee6e321fa2ae5aa7f99bee38900caf2f634e9e212e342038ab155d')
-  cd ${pkgname}-v${pkgver}-${_commit}
+  cd ${pkgname}-v${pkgver}
-  cd ${pkgname}-v${pkgver}-${_commit}/build
+  cd ${pkgname}-v${pkgver}/build