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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Feb 22 18:39:14 UTC 2020


    Date: Saturday, February 22, 2020 @ 18:39:14
  Author: jlichtblau
Revision: 578911

archrelease: copy trunk to community-x86_64

Added:
  ktoblzcheck/repos/community-x86_64/PKGBUILD
    (from rev 578910, ktoblzcheck/trunk/PKGBUILD)
Deleted:
  ktoblzcheck/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 18:39:05 UTC (rev 578910)
+++ PKGBUILD	2020-02-22 18:39:14 UTC (rev 578911)
@@ -1,37 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Philipp Sandhaus <philipp.sandhaus at gmx.de>
-
-pkgname=ktoblzcheck
-pkgver=1.50
-pkgrel=3
-pkgdesc="A library to check account numbers and bank codes of German banks"
-arch=('x86_64')
-url="http://ktoblzcheck.sourceforge.net"
-license=('LGPL')
-depends=('python')
-makedepends=('cmake')
-source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('5cebeb144cd9f3e089325f919150000802aa0ad03aac13b273d797c6933a989f')
-
-prepare() {
-  cd "${srcdir}"
-
-  [[ ! -d build ]] && mkdir build
-}
-
-build() {
-  cd "${srcdir}"/build
-
-  cmake \
-    ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ktoblzcheck/repos/community-x86_64/PKGBUILD (from rev 578910, ktoblzcheck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-22 18:39:14 UTC (rev 578911)
@@ -0,0 +1,37 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Philipp Sandhaus <philipp.sandhaus at gmx.de>
+
+pkgname=ktoblzcheck
+pkgver=1.52
+pkgrel=1
+pkgdesc="A library to check account numbers and bank codes of German banks"
+arch=('x86_64')
+url="http://ktoblzcheck.sourceforge.net"
+license=('LGPL')
+depends=('python')
+makedepends=('cmake')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('e433da63af7161a6ce8b1e0c9f0b25bd59ad6d81bc4069e9277c97c1320a3ac4')
+
+prepare() {
+  cd "${srcdir}"
+
+  [[ ! -d build ]] && mkdir build
+}
+
+build() {
+  cd "${srcdir}"/build
+
+  cmake \
+    ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list