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: imsamuka
Last Packager: imsamuka
Votes: 5
Popularity: 0.000000
First Submitted: 2016-03-23 21:26 (UTC)
Last Updated: 2023-01-28 13:28 (UTC)

Dependencies (2)

Sources (1)

Latest Comments

xiota commented on 2023-03-29 16:26 (UTC)

The checksum and directory structure of the source tarball has changed. The following is sufficient to fix it:

_commit=63e48e5bc40ee3db2d74b736dbc2b134cf8fc396

sha256sums=('f125610ec4cb1febf49243be7509f120843ced707597036630781a304d9c099c')

prepare() {
  mv "$pkgname-$_commit" "$pkgname-v$pkgver"
}

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