summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-12-05 00:07:21 +0100
committerD3SOX2021-12-05 00:07:21 +0100
commit37fa8338e9f1ec25d21c37c31b05b4371c278d4b (patch)
tree6df4d2620aab7cdc30123077a15f3fe4ce47bef6
parent190a943bdc004556c185fcf6e0c92c1ccb95354f (diff)
downloadaur-whitesur-cursor-theme-git.tar.gz
add provides
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27dbad5c6566..66994163b3df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = whitesur-cursor-theme-git
pkgdesc = WhiteSur cursors theme for linux desktops
- pkgver = r3.1ada17d
- pkgrel = 1
+ pkgver = r6.2cb7219
+ pkgrel = 2
url = https://github.com/vinceliuice/WhiteSur-cursors
arch = any
license = GPL3
makedepends = git
+ provides = whitesur-cursor-theme
source = git+https://github.com/vinceliuice/WhiteSur-cursors.git
sha256sums = SKIP
pkgname = whitesur-cursor-theme-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bad868a410de..32f7c3683bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname="whitesur-cursor-theme-git"
_gitname=WhiteSur-cursors
-pkgver=r3.1ada17d
-pkgrel=1
+pkgver=r6.2cb7219
+pkgrel=2
pkgdesc="WhiteSur cursors theme for linux desktops"
arch=("any")
makedepends=('git')
+provides=('whitesur-cursor-theme')
url="https://github.com/vinceliuice/${_gitname}"
license=('GPL3')
source=("git+${url}.git")