Date: Tuesday, February 28, 2023 @ 21:32:17
  Author: jelle
Revision: 1405707

archrelease: copy trunk to community-x86_64

Added:
  qconf/repos/community-x86_64/PKGBUILD
    (from rev 1405706, qconf/trunk/PKGBUILD)
Deleted:
  qconf/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-28 21:32:09 UTC (rev 1405706)
+++ PKGBUILD    2023-02-28 21:32:17 UTC (rev 1405707)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: DsTr <kostind...@gmail.com>
-
-pkgname=qconf
-pkgver=2.5
-pkgrel=2
-pkgdesc="QConf allows you to have a nice configure script for your qmake-based 
project."
-arch=(x86_64)
-url="https://github.com/psi-plus/qconf";
-license=('GPL')
-depends=('qt5-base')
-makedepends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-plus/qconf/archive/v$pkgver.tar.gz";)
-sha256sums=('b9465797b477e7a85d8a787fc5af3b3c7437494938ad092e912eccc045447f9c')
-
-build() {
-  cd "$srcdir"/qconf-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/qconf-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qconf/repos/community-x86_64/PKGBUILD (from rev 1405706, 
qconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-28 21:32:17 UTC (rev 1405707)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: DsTr <kostind...@gmail.com>
+
+pkgname=qconf
+pkgver=2.5
+pkgrel=3
+pkgdesc="QConf allows you to have a nice configure script for your qmake-based 
project."
+arch=(x86_64)
+url="https://github.com/psi-plus/qconf";
+license=('GPL')
+depends=('qt5-base')
+makedepends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-plus/qconf/archive/v$pkgver.tar.gz";)
+sha256sums=('b9465797b477e7a85d8a787fc5af3b3c7437494938ad092e912eccc045447f9c')
+
+build() {
+  cd "$srcdir"/qconf-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/qconf-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Reply via email to