[arch-commits] Commit in qwt/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Tue Mar 19 20:00:57 UTC 2019
Date: Tuesday, March 19, 2019 @ 20:00:57
Author: anthraxx
Revision: 348724
upgpkg: qwt 6.1.4-1
Modified:
qwt/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-19 19:29:50 UTC (rev 348723)
+++ PKGBUILD 2019-03-19 20:00:57 UTC (rev 348724)
@@ -2,10 +2,10 @@
# Maintainer: Ronald van Haren <ronald.archlinux.org>
pkgname=qwt
-pkgver=6.1.3
-pkgrel=4
+pkgver=6.1.4
+pkgrel=1
pkgdesc='Qt Widgets for Technical Applications'
-url='http://qwt.sourceforge.net/'
+url='https://qwt.sourceforge.net/'
arch=('x86_64')
depends=('qt5-base' 'qt5-svg')
optdepends=('qt5-tools: For Designer plugin')
@@ -12,7 +12,7 @@
makedepends=('qt5-tools')
license=("custom:${pkgname}")
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('d4a73e9e7ddcb7c16c508920a298784935be2eddc8f7585993d9fffe1bb01e1787a0d5d7ea4f220398b94ea2b211a19009dccaeadce56a84410357124bcb051a')
+sha512sums=('6135ce47fd4f9ff5b705193fc1f7410cfd5a0b84931bb17db750f6a5486ae810c261dae32431bd52838c36eadee02487148e1efa71c465c63aa43062eec160da')
prepare() {
cd ${pkgname}-${pkgver}
@@ -33,14 +33,10 @@
package() {
cd ${pkgname}-${pkgver}
-
make INSTALL_ROOT="${pkgdir}" install
- # move man pages
mv "${pkgdir}/usr/share/doc/qwt/man" "${pkgdir}/usr/share"
-
- # install licence
- install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list