[arch-commits] Commit in qmidictl/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Fri Jul 31 13:07:23 UTC 2020
Date: Friday, July 31, 2020 @ 13:07:22
Author: dvzrv
Revision: 666168
archrelease: copy trunk to community-x86_64
Added:
qmidictl/repos/community-x86_64/PKGBUILD
(from rev 666167, qmidictl/trunk/PKGBUILD)
Deleted:
qmidictl/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 65 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-31 13:06:17 UTC (rev 666167)
+++ PKGBUILD 2020-07-31 13:07:22 UTC (rev 666168)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=qmidictl
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="MIDI remote control application sending MIDI data over network using UDP/IP multicast"
-arch=('x86_64')
-url="https://qmidictl.sourceforge.io/"
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('c70caf074ba789eb3089688b9bbfe83783519412d1d9409c67e678a0537eab8cc82c3b9696c886cef0dfb7190d6bcfa5073fddf7a61f65abe6b75cb376485f97')
-
-prepare() {
- cd "$pkgname-$pkgver"
- autoreconf -vfi
-}
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
- install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
- -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
Copied: qmidictl/repos/community-x86_64/PKGBUILD (from rev 666167, qmidictl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-31 13:07:22 UTC (rev 666168)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=qmidictl
+pkgver=0.6.3
+pkgrel=1
+pkgdesc="MIDI remote control application sending MIDI data over network using UDP/IP multicast"
+arch=('x86_64')
+url="https://qmidictl.sourceforge.io/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('8414a5d9498cfd4cf9310a2ddfd5bee04cf8bacea2285247ccaf4a62ae37e7d89cb45d025b1fbf742bdaa15bade06464a20b026d0351a6f94edae70cd74a2e48')
+b2sums=('4f6a9e32dd397af219c6f99bb88e5ccee28e0722a872d330c3173acbe881089b0e67447f437787a1772b93ada1592730abf9b668c4b7eef02d52566b7dc9d860')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ autoreconf -vfi
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+ install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+ -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
More information about the arch-commits
mailing list