Skip to content

Commit 19d9251

Browse files
committed
change reapack repo back
1 parent e6faa31 commit 19d9251

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

builds/reapack/reapack.SlackBuild

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
4343
cd $TMP
4444
rm -rf $PRGNAM
4545
if [ "$VERSION" != "git" ]; then
46-
git clone --depth 1 -b $VERSION https://github.com/noisecode3/reapack
46+
git clone --depth 1 -b $VERSION https://github.com/cfillion/reapack
4747
else
48-
git clone https://github.com/noisecode3/reapack
48+
git clone https://github.com/cfillion/reapack
4949
fi
5050
cd $PRGNAM
5151
VERSION=$(head -n 1 version.h.in | cut -d ' ' -f 3 | tr , .)
@@ -82,9 +82,9 @@ cd $TMP
8282

8383
rm -rf reapack
8484
if [ "$VERSION" != "git" ]; then
85-
git clone --recursive --depth 1 -b $VERSION https://github.com/noisecode3/reapack
85+
git clone --recursive --depth 1 -b $VERSION https://github.com/cfillion/reapack
8686
else
87-
git clone --recursive https://github.com/noisecode3/reapack
87+
git clone --recursive https://github.com/cfillion/reapack
8888
fi
8989
cd reapack
9090

0 commit comments

Comments
 (0)