Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/PKGBUILD b/PKGBUILD
- index 4fb5e6e..521447b 100644
- --- a/PKGBUILD
- +++ b/PKGBUILD
- @@ -1,24 +1,25 @@
- # Maintainer: Davorin Učakar <davorin.ucakar@gmail.com>
- # Contributor: Tilman Blumenbach <tilman+aur@ax86.net>
- +# Contributor: ajs124
- pkgname=xcursor-openzone
- pkgver=1.2.6
- -pkgrel=2
- +pkgrel=3
- pkgdesc="OpenZone X11 cursor theme"
- url='https://www.opendesktop.org/p/999999/'
- arch=('any')
- -makedepends=('icon-slicer')
- +makedepends=('icon-slicer' 'git')
- license=('custom:xcursor-openzone')
- -source=("repo::git+https://github.com/ducakar/openzone-cursors.git#tag=v${pkgver:?}")
- +source=("${pkgname:?}::git+https://github.com/ducakar/openzone-cursors.git#tag=v${pkgver:?}")
- sha384sums=('SKIP')
- build() {
- - cd repo
- + cd "${pkgname:?}"
- make
- }
- package() {
- - cd repo
- + cd "${pkgname:?}"
- # The "build" step created a number of tarballs, each containing a variant of this cursor
- # theme.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement