Package Details: repetier-server 1.4.15-1

Git Clone URL: https://aur.archlinux.org/repetier-server.git (read-only, click to copy)
Package Base: repetier-server
Description: repetier server component
Upstream URL: https://www.repetier-server.com/
Licenses: custom
Conflicts: repetier-host
Provides: repetier-server
Submitter: Psych0d0g
Maintainer: jonasled
Last Packager: jonasled
Votes: 2
Popularity: 0.000004
First Submitted: 2017-11-30 21:23 (UTC)
Last Updated: 2023-12-16 11:02 (UTC)

Latest Comments

Psych0d0g commented on 2019-09-26 16:31 (UTC)

for future reference, a small helper script to update the PKGBUILD to a new upstream release:

#!/bin/bash
source <(grep = PKGBUILD)

if [ "${pkgver}" == "${1}" ]; then
    echo "Same version as PKGBUILD; nothing to do"
    exit 0
fi

echo "Updating PKGBUILD file with latest upstream release"

sed -i "s/pkgver=${pkgver}/pkgver=${1}/g" PKGBUILD
sed -i "s/${pkgver}/${1}/g" .SRCINFO
source <(grep = PKGBUILD)

for type in source sha256sums; do
    for architecture in ${arch[@]}; do
        if [ "$type" == "source" ]; then
            domain=${type}_${architecture}
            wget -q ${!domain} -O ${architecture}.tmp
            shasum=$(sha256sum ${architecture}.tmp)
            echo "sha256sums_${architecture}=('${shasum%%[[:space:]]*}')"
            sed -i "s/sha256sums_${architecture}=.*/sha256sums_${architecture}=('${shasum%%[[:space:]]*}')/g" PKGBUILD
            sed -i "s/sha256sums_${architecture} = .*/sha256sums_${architecture} = ${shasum%%[[:space:]]*}/g" .SRCINFO
            rm ${architecture}.tmp
        fi
    done
done

Psych0d0g commented on 2019-08-21 22:36 (UTC)

tested and working on arch4arm for a raspi3

Psych0d0g commented on 2018-06-22 12:37 (UTC)

Problem fixed with the new version and upgrade to upstream 0.90.0

gatonero commented on 2018-02-05 13:32 (UTC)

Nope, no success .

Psych0d0g commented on 2018-02-05 11:24 (UTC)

No idea what broke the files... for now change line 19 and 20 of the PKGBUILD sha256sums=('39c9beb8da7039cc30f244cf68cf3935f740200f0a52ae7d13c0b73107691fe8' '6d43a743737fa8aaaf73fa81d4b04c3e593b96137b160e37724b9e410fd9ee7c')

to the following: sha256sums=('451696abaee63d161fa20fee61a7a8d779f09873cdaf2e25a300309760313945' 'c187ca73e8fc397625ddec0549478ac1921abc868d56156a032b39ca208b2be3')

gatonero commented on 2018-02-02 21:57 (UTC) (edited on 2018-02-02 22:06 (UTC) by gatonero)

Überprüfe source Dateien mit sha256sums...

RepetierServer.xml ... FEHLGESCHLAGEN

RepetierServer.service ... FEHLGESCHLAGEN