summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69508db80966..ba5f49951d31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = bibata-cursor-theme
license = GPL
makedepends = inkscape
makedepends = xorg-xcursorgen
- source = git+https://github.com/KaizIqbal/Bibata_Cursor
- sha256sums = SKIP
+ source = https://github.com/KaizIqbal/Bibata_Cursor/archive/v0.3.1.tar.gz
+ sha256sums = a26ed94fceaebb41ca3240acebeb435b632fa3f9ff0cc16f1dd544a9fffb8a95
pkgname = bibata-cursor-theme
diff --git a/PKGBUILD b/PKGBUILD
index a73a0eca75a8..9a77a6f54f68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ arch=('any')
url="https://github.com/KaizIqbal/Bibata_Cursor.git"
license=('GPL')
makedepends=('inkscape' 'xorg-xcursorgen')
-source=('git+https://github.com/KaizIqbal/Bibata_Cursor')
-sha256sums=('SKIP')
+source=("https://github.com/KaizIqbal/Bibata_Cursor/archive/v${pkgver}.tar.gz")
+sha256sums=('a26ed94fceaebb41ca3240acebeb435b632fa3f9ff0cc16f1dd544a9fffb8a95')
build() {
- cd "$srcdir/Bibata_Cursor"
+ cd "$srcdir/Bibata_Cursor-${pkgver}"
# Bibata Default
RAWSVGS_Bibata="src/Bibata_Oil/svgs"
@@ -115,6 +115,6 @@ build() {
package() {
mkdir -p "$pkgdir/usr/share/icons"
- mv "$srcdir/Bibata_Cursor/Bibata_Ice" "$pkgdir/usr/share/icons/Bibata_Ice"
- mv "$srcdir/Bibata_Cursor/Bibata_Oil" "$pkgdir/usr/share/icons/Bibata_Oil"
+ mv "$srcdir/Bibata_Cursor-${pkgver}/Bibata_Ice" "$pkgdir/usr/share/icons/Bibata_Ice"
+ mv "$srcdir/Bibata_Cursor-${pkgver}/Bibata_Oil" "$pkgdir/usr/share/icons/Bibata_Oil"
}