Skip to content

Commit 61a8b7a

Browse files
committed
update pkgbuild
1 parent 0ddca8f commit 61a8b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/build/pkg/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ depends=(bash git curl wget zenity python python-gobject python-requests gtk3 vt
66
makedepends=()
77
conflicts=(linuxtoys-bin)
88
provides=("linuxtoys=$pkgver")
9-
source=("https://codeberg.org/psygreg/linuxtoys/releases/download/${pkgver}/linuxtoys-${pkgver}.tar.xz")
9+
source=("https://github.com/psygreg/linuxtoys/releases/download/${pkgver}/linuxtoys-${pkgver}.tar.xz")
1010
sha256sums=('b45db155c7ee6b0e78e7ef1126267882929df672af53c5b16000de44d6e614e8')
1111

1212
package() {
1313
mkdir -p ${pkgdir}/usr
1414
cp -rf ${srcdir}/linuxtoys-${pkgver}/usr/* ${pkgdir}/usr/
15-
15+
1616
# Set proper permissions for executable files
1717
chmod +x "${pkgdir}/usr/bin/linuxtoys"
1818
chmod +x "${pkgdir}/usr/share/linuxtoys/run.py"

0 commit comments

Comments
 (0)