[arch-commits] Commit in disomaster/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jul 18 12:51:39 UTC 2019


    Date: Thursday, July 18, 2019 @ 12:51:39
  Author: felixonmars
Revision: 491494

archrelease: copy trunk to community-x86_64

Added:
  disomaster/repos/community-x86_64/PKGBUILD
    (from rev 491493, disomaster/trunk/PKGBUILD)
Deleted:
  disomaster/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-18 12:51:23 UTC (rev 491493)
+++ PKGBUILD	2019-07-18 12:51:39 UTC (rev 491494)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=disomaster
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='A libisoburn wrapper class for Qt'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/disomaster"
-license=('GPL3')
-depends=('libisoburn' 'qt5-base')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/disomaster/archive/$pkgver.tar.gz")
-sha512sums=('5c4a83c84575913fc3b307eded41e3473ad7986602abc97e9a0f7b5e5e3fd709c6f21ab54c311ec3ecec67daff5dd87bad2e7f3bce01ddf989e6df13122ffdaa')
-
-build() {
-  cd disomaster-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd disomaster-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: disomaster/repos/community-x86_64/PKGBUILD (from rev 491493, disomaster/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-18 12:51:39 UTC (rev 491494)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=disomaster
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='A libisoburn wrapper class for Qt'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/disomaster"
+license=('GPL3')
+depends=('libisoburn' 'qt5-base')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/disomaster/archive/$pkgver.tar.gz")
+sha512sums=('9bba07cafa16a27e26b6008c720400873b4c4bb14fc962a4c20cbe7e433ae88a43d897c14b75ad738b62c34ef3f4e60e7f82a46bd6b161748aefcd0528c15d00')
+
+build() {
+  cd disomaster-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd disomaster-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list