Advertisement
Guest User

Untitled

a guest
Jan 5th, 2018
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.93 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index 4fb5e6e..521447b 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -1,24 +1,25 @@
  6.  # Maintainer: Davorin Učakar <davorin.ucakar@gmail.com>
  7.  # Contributor: Tilman Blumenbach <tilman+aur@ax86.net>
  8. +# Contributor: ajs124
  9.  
  10.  pkgname=xcursor-openzone
  11.  pkgver=1.2.6
  12. -pkgrel=2
  13. +pkgrel=3
  14.  pkgdesc="OpenZone X11 cursor theme"
  15.  url='https://www.opendesktop.org/p/999999/'
  16.  arch=('any')
  17. -makedepends=('icon-slicer')
  18. +makedepends=('icon-slicer' 'git')
  19.  license=('custom:xcursor-openzone')
  20. -source=("repo::git+https://github.com/ducakar/openzone-cursors.git#tag=v${pkgver:?}")
  21. +source=("${pkgname:?}::git+https://github.com/ducakar/openzone-cursors.git#tag=v${pkgver:?}")
  22.  sha384sums=('SKIP')
  23.  
  24.  build() {
  25. -  cd repo
  26. +  cd "${pkgname:?}"
  27.    make
  28.  }
  29.  
  30.  package() {
  31. -  cd repo
  32. +  cd "${pkgname:?}"
  33.  
  34.    # The "build" step created a number of tarballs, each containing a variant of this cursor
  35.    # theme.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement