summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-02-29 20:02:32 +0800
committerChocobo12020-02-29 20:02:32 +0800
commitad8b2abdea470727d3fe53d1e586da16dba37a2d (patch)
treefa48e503af135e9920602e243173f5bfe31a9636
parent1f906e08b8904a5a0fc6052b8436918e348e63f8 (diff)
downloadaur-ad8b2abdea470727d3fe53d1e586da16dba37a2d.tar.gz
upgpkg: qt5-graphicaleffects-git 5.15.0_beta1.r1.g617bb58-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f7f94957c43..f6f51f144ba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt5-graphicaleffects-git
pkgdesc = Qt5 graphical effects module
- pkgver = 5.13.0_rc3.r30.gc76eb21
+ pkgver = 5.15.0_beta1.r1.g617bb58
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -13,7 +13,7 @@ pkgbase = qt5-graphicaleffects-git
depends = qt5-declarative
provides = qt5-graphicaleffects
conflicts = qt5-graphicaleffects
- source = git+https://code.qt.io/qt/qtgraphicaleffects.git#branch=dev
+ source = git+https://code.qt.io/qt/qtgraphicaleffects.git#branch=5.15
sha256sums = SKIP
pkgname = qt5-graphicaleffects-git
diff --git a/PKGBUILD b/PKGBUILD
index a6e83f8008e0..1b3648ea1af7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
pkgname=qt5-graphicaleffects-git
-pkgver=5.13.0_rc3.r30.gc76eb21
+pkgver=5.15.0_beta1.r1.g617bb58
pkgrel=1
pkgdesc="Qt5 graphical effects module"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('qt5-declarative')
makedepends=('git')
provides=('qt5-graphicaleffects')
conflicts=('qt5-graphicaleffects')
-source=("git+https://code.qt.io/qt/qtgraphicaleffects.git#branch=dev")
+source=("git+https://code.qt.io/qt/qtgraphicaleffects.git#branch=5.15")
sha256sums=('SKIP')
@@ -51,5 +51,5 @@ package() {
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
cd "$srcdir/qtgraphicaleffects"
- install -Dm644 "LICENSE.GPL3-EXCEPT" "$pkgdir/usr/share/licenses/qt5-graphicaleffects/LICENSE.GPL3-EXCEPT"
+ install -Dm644 "LICENSE.GPL3-EXCEPT" -t "$pkgdir/usr/share/licenses/qt5-graphicaleffects"
}