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

Florian Pritz bluewind at archlinux.org
Thu May 31 11:44:11 UTC 2018


    Date: Thursday, May 31, 2018 @ 11:44:11
  Author: bluewind
Revision: 334795

archrelease: copy trunk to community-x86_64

Added:
  sipcalc/repos/community-x86_64/PKGBUILD
    (from rev 334794, sipcalc/trunk/PKGBUILD)
Deleted:
  sipcalc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 11:44:08 UTC (rev 334794)
+++ PKGBUILD	2018-05-31 11:44:11 UTC (rev 334795)
@@ -1,25 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: Mike Sampson <mike at sambodata dot com>
-# Contributor: Tomasz Cielecki <tomasz at ostebaronen.dk>
-pkgname=sipcalc
-pkgver=1.1.6
-pkgrel=2
-pkgdesc="an advanced console based ip subnet calculator."
-arch=('i686' 'x86_64')
-url="http://www.routemeister.net/projects/sipcalc/"
-license=('BSD')
-depends=('glibc')
-source=(http://www.routemeister.net/projects/sipcalc/files/$pkgname-$pkgver.tar.gz)
-md5sums=('e431c64387f2c8d20e96ad1d7931a845')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir/" install
-	install -m644 -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sipcalc/repos/community-x86_64/PKGBUILD (from rev 334794, sipcalc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 11:44:11 UTC (rev 334795)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Mike Sampson <mike at sambodata dot com>
+# Contributor: Tomasz Cielecki <tomasz at ostebaronen.dk>
+pkgname=sipcalc
+pkgver=1.1.6
+pkgrel=3
+pkgdesc="an advanced console based ip subnet calculator."
+arch=('x86_64')
+url="http://www.routemeister.net/projects/sipcalc/"
+license=('BSD')
+depends=('glibc')
+source=(http://www.routemeister.net/projects/sipcalc/files/$pkgname-$pkgver.tar.gz)
+md5sums=('e431c64387f2c8d20e96ad1d7931a845')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+	install -m644 -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list