File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ depends=(bash git curl wget zenity python python-gobject python-requests gtk3 vt
66makedepends=()
77conflicts=(linuxtoys-bin)
88provides=(" 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" )
1010sha256sums=(' b45db155c7ee6b0e78e7ef1126267882929df672af53c5b16000de44d6e614e8' )
1111
1212package () {
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"
You can’t perform that action at this time.
0 commit comments