summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-08-09 11:28:41 +0200
committerGordian Edenhofer2016-08-09 11:28:41 +0200
commit718591ddc6ef5e2830dee535d34d4c201eb2dd38 (patch)
treeeee6c5383f1866475547c2c59cc721c2183c0010
parent1539c9488082b601321e81dd8076d6a66b9fdba5 (diff)
downloadaur-718591ddc6ef5e2830dee535d34d4c201eb2dd38.tar.gz
upgpkg: paper-gtk-theme-git 299.cecb923-1
Provide a specific version instead of just the general package.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f28fe95fc90a..dea620c71441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = paper-gtk-theme-git
pkgdesc = A modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth.
- pkgver = 266.5113d58
+ pkgver = 299.cecb923
pkgrel = 1
url = http://samuelhewitt.com/paper/theme
arch = any
@@ -8,7 +8,7 @@ pkgbase = paper-gtk-theme-git
makedepends = git
optdepends = gtk-engine-murrine: gtk2 bindings
optdepends = gtk3: gtk3 bindings
- provides = paper-gtk-theme
+ provides = paper-gtk-theme=299.cecb923
conflicts = paper-gtk-theme
source = paper-gtk-theme::git+https://github.com/snwh/paper-gtk-theme.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 92c888da6440..28be7ca41550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=paper-gtk-theme-git
_pkgname=paper-gtk-theme
-pkgver=266.5113d58
+pkgver=299.cecb923
pkgrel=1
pkgdesc="A modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth."
arch=('any')
@@ -15,7 +15,7 @@ optdepends=("gtk-engine-murrine: gtk2 bindings"
#optdepends=("python: scripts to simplify the rendering process"
# "inkscape: recommended editing software for theme assets")
makedepends=('git')
-provides=("${_pkgname}")
+provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("${_pkgname}"::"git+https://github.com/snwh/${_pkgname}.git")
md5sums=('SKIP')
@@ -34,7 +34,5 @@ build() {
}
package() {
- cd "${srcdir}/${_pkgname}"
-
- make DESTDIR="${pkgdir}" install
+ make -C "${srcdir}/${_pkgname}" DESTDIR="${pkgdir}" install
}