From 801555b61faebfd2d713d339c19b9d52385e1f69 Mon Sep 17 00:00:00 2001 From: Dmitry Porunov Date: Wed, 24 Jun 2020 20:31:47 +0300 Subject: [PATCH] Fix path in PKGBUILD, remove unneeded lines in .gitlab-ci.yml --- .gitlab-ci.yml | 2 -- pkg/aur/posy-cursors/PKGBUILD | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 306c8f9..daf4122 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,8 @@ stages: Update-AUR: image: archlinux/base stage: package - dependencies: [] only: - /^v(\d+\.)*\d+$/ - before_script: [] script: - cd ./pkg/aur diff --git a/pkg/aur/posy-cursors/PKGBUILD b/pkg/aur/posy-cursors/PKGBUILD index d07f59b..2f77920 100644 --- a/pkg/aur/posy-cursors/PKGBUILD +++ b/pkg/aur/posy-cursors/PKGBUILD @@ -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 package() { - cd posy-cursors-v$pkgver-themes/themes + cd posy-cursors-v$pkgver/themes 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-black/ "$pkgdir/usr/share/icons/posy-black"