summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f10a818cdbbf..79caaf9285a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = posy-cursors
pkgdesc = Port of Posy's improved cursors
pkgver = 3.7.10
- pkgrel = 1
- url = https://gitlab.com/ykkzde/posy-cursors
+ pkgrel = 2
+ url = https://github.com/Icelk/posy-cursors
arch = any
license = unknown
- source = posy-cursors-3.7.10-1.tar.gz::https://gitlab.com/ykkzde/posy-cursors/-/archive/v3.7.10/posy-cursors-v3.7.10.tar.gz?path=themes
- sha256sums = SKIP
+ source = posy-cursors-3.7.10-2.tar.gz::https://github.com/Icelk/posy-cursors/archive/refs/tags/v3.7.10.tar.gz
+ sha256sums = 4c9341b74265b65cdac68d0a41515f8b00492add4c2677828626761bfc504af0
pkgname = posy-cursors
-
diff --git a/PKGBUILD b/PKGBUILD
index 9c914e45bbfb..baf4c8f6ca94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=posy-cursors
pkgver=3.7.10
-pkgrel=1
+pkgrel=2
pkgdesc="Port of Posy's improved cursors"
arch=(any)
-url="https://gitlab.com/ykkzde/posy-cursors"
+url="https://github.com/Icelk/posy-cursors"
license=(unknown)
-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
+source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml
+sha256sums=('4c9341b74265b65cdac68d0a41515f8b00492add4c2677828626761bfc504af0')
package() {
echo "-------------------------------------------------------"
@@ -23,7 +23,7 @@ package() {
echo "-------------------------------------------------------"
echo "-------------------------------------------------------"
echo "-------------------------------------------------------"
- cd $pkgname-v$pkgver-themes/themes
+ cd $pkgname-$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"