summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavorin Učakar2019-02-26 22:56:03 +0100
committerDavorin Učakar2019-02-26 22:56:03 +0100
commit9f2f500cb25ded537729069126d0c0179662b8b4 (patch)
tree8e6b44b2bbb9da452b12018b29dfbb8ef5b394f3
parenta38e29222bf06776da0a3a1e42cee2bb81564c74 (diff)
downloadaur-9f2f500cb25ded537729069126d0c0179662b8b4.tar.gz
Update to 1.2.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD20
2 files changed, 9 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81a41206805b..74d4495bfb5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Sun Dec 31 19:27:12 UTC 2017
pkgbase = xcursor-openzone
pkgdesc = OpenZone X11 cursor theme
- pkgver = 1.2.6
- pkgrel = 2
+ pkgver = 1.2.7
+ pkgrel = 1
url = https://www.opendesktop.org/p/999999/
arch = any
license = custom:xcursor-openzone
makedepends = icon-slicer
- source = repo::git+https://github.com/ducakar/openzone-cursors.git#tag=v1.2.6
+ source = git+https://github.com/ducakar/openzone-cursors.git#tag=v1.2.7
sha384sums = SKIP
pkgname = xcursor-openzone
diff --git a/PKGBUILD b/PKGBUILD
index 4fb5e6ef1df6..86d49b3c19d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,32 +2,24 @@
# Contributor: Tilman Blumenbach <tilman+aur@ax86.net>
pkgname=xcursor-openzone
-pkgver=1.2.6
-pkgrel=2
+pkgver=1.2.7
+pkgrel=1
pkgdesc="OpenZone X11 cursor theme"
url='https://www.opendesktop.org/p/999999/'
arch=('any')
makedepends=('icon-slicer')
license=('custom:xcursor-openzone')
-source=("repo::git+https://github.com/ducakar/openzone-cursors.git#tag=v${pkgver:?}")
+source=("git+https://github.com/ducakar/openzone-cursors.git#tag=v${pkgver:?}")
sha384sums=('SKIP')
build() {
- cd repo
+ cd openzone-cursors
make
}
package() {
- cd repo
-
- # The "build" step created a number of tarballs, each containing a variant of this cursor
- # theme.
- mkdir -p "${pkgdir:?}/usr/share/icons"
- for archive in OpenZone_*.tar.*; do
- tar xf "${archive:?}" -C "${pkgdir:?}/usr/share/icons"
- done
-
- # Install the license:
+ cd openzone-cursors
+ make install DESTDIR=${pkgdir}/usr
install -D -m644 COPYING "${pkgdir:?}/usr/share/licenses/${pkgname:?}/COPYING"
}