summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-08-19 01:13:58 +0200
committerPier Luigi Fiorini2017-08-19 01:13:58 +0200
commitc7fbe421c2c9633c5fe57b974a4716afdff823e7 (patch)
treeb5b9c6d2a594e693894a9c1aac66db9b5709c68a
parentf515e7b25cdbdb08b9df9a25117c4aaf54d3eb0f (diff)
downloadaur-c7fbe421c2c9633c5fe57b974a4716afdff823e7.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d24fcd96c5d..86323c945221 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat May 6 20:40:22 UTC 2017
+# Fri Aug 18 23:13:55 UTC 2017
pkgbase = liri-wallpapers-git
pkgdesc = Wallpapers for Liri OS
pkgver = 20170505.1326b20
@@ -9,7 +9,7 @@ pkgbase = liri-wallpapers-git
groups = liri-git
license = CCPL
makedepends = git
- makedepends = qbs
+ makedepends = liri-qbs-shared-git
provides = liri-wallpapers
conflicts = hawaii-wallpapers-git
conflicts = liri-wallpapers
diff --git a/PKGBUILD b/PKGBUILD
index b50c6f1b57fa..2ba2a4a7671b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Wallpapers for Liri OS"
arch=('any')
url='https://liri.io'
license=('CCPL')
-makedepends=('git' 'qbs')
+makedepends=('git' 'liri-qbs-shared-git')
conflicts=('hawaii-wallpapers-git' 'liri-wallpapers')
replaces=('hawaii-wallpapers-git' 'liri-wallpapers')
provides=('liri-wallpapers')
@@ -24,11 +24,6 @@ pkgver() {
echo "$(git log -1 --format="%cd" --date=short | tr -d '-').$(git log -1 --format="%h")"
}
-prepare() {
- cd ${srcdir}/${_gitname}
- git submodule update --init
-}
-
build() {
cd ${srcdir}/${_gitname}
qbs setup-toolchains --type gcc /usr/bin/g++ gcc