mirror of
https://gitlab.com/ykkzde/posy-cursors
synced 2024-10-27 20:44:10 +00:00
Fix URL Again
This commit is contained in:
parent
801555b61f
commit
e78d054636
@ -7,12 +7,14 @@ pkgdesc="Port of Posy's improved cursors"
|
|||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://gitlab.com/ykkzde/posy-cursors"
|
url="https://gitlab.com/ykkzde/posy-cursors"
|
||||||
license=(unknown)
|
license=(unknown)
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/posy-cursors-v$pkgver.tar.gz?path=themes") # automatically set in CI, see: /.gitlab-ci.yml
|
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/-/archive/v$pkgver/posy-cursors-v$pkgver.tar.gz?path=themes") # automatically set in CI, see: /.gitlab-ci.yml
|
||||||
|
|
||||||
sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml
|
sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd posy-cursors-v$pkgver/themes
|
ls -la
|
||||||
|
ls -la *
|
||||||
|
cd $pkgname-$pkgver-$pkgrel/themes
|
||||||
install -Ddm755 "$pkgdir/usr/share/icons"
|
install -Ddm755 "$pkgdir/usr/share/icons"
|
||||||
cp -dr --no-preserve=ownership posy-white/ "$pkgdir/usr/share/icons/posy-white"
|
cp -dr --no-preserve=ownership posy-white/ "$pkgdir/usr/share/icons/posy-white"
|
||||||
cp -dr --no-preserve=ownership posy-black/ "$pkgdir/usr/share/icons/posy-black"
|
cp -dr --no-preserve=ownership posy-black/ "$pkgdir/usr/share/icons/posy-black"
|
||||||
|
Loading…
Reference in New Issue
Block a user