Fix path in PKGBUILD, remove unneeded lines in .gitlab-ci.yml
This commit is contained in:
parent
a6de703d44
commit
801555b61f
@ -4,10 +4,8 @@ stages:
|
|||||||
Update-AUR:
|
Update-AUR:
|
||||||
image: archlinux/base
|
image: archlinux/base
|
||||||
stage: package
|
stage: package
|
||||||
dependencies: []
|
|
||||||
only:
|
only:
|
||||||
- /^v(\d+\.)*\d+$/
|
- /^v(\d+\.)*\d+$/
|
||||||
before_script: []
|
|
||||||
script:
|
script:
|
||||||
- cd ./pkg/aur
|
- cd ./pkg/aur
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ source=("$pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/posy-cursors-v$pkgver.
|
|||||||
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/themes
|
cd posy-cursors-v$pkgver/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