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

Anatol Pomozov anatolik at archlinux.org
Wed May 30 20:59:22 UTC 2018


    Date: Wednesday, May 30, 2018 @ 20:59:21
  Author: anatolik
Revision: 333502

archrelease: copy trunk to community-x86_64

Added:
  idle3-tools/repos/community-x86_64/PKGBUILD
    (from rev 333501, idle3-tools/trunk/PKGBUILD)
Deleted:
  idle3-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 20:58:49 UTC (rev 333501)
+++ PKGBUILD	2018-05-30 20:59:21 UTC (rev 333502)
@@ -1,25 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Archan Paul <archan.paul at gmail.com>
-# Contributor: aexoxea <digitaleon at internode.on.net>
-
-pkgname=idle3-tools
-pkgver=0.9.1
-pkgrel=5
-pkgdesc='A utility that can disable, get and set the value of the idle3 timer found on Western Digital Hard Drives.'
-arch=(i686 x86_64)
-url='http://idle3-tools.sourceforge.net/'
-license=(GPL)
-depends=(glibc)
-source=(http://download.sourceforge.net/idle3-tools/idle3-tools-$pkgver.tgz)
-sha1sums=('44b5c4988e42d59e56fbc72550db34c5012beda6')
-
-build() {
-  cd idle3-tools-$pkgver
-  make
-}
-
-package() {
-  cd idle3-tools-$pkgver
-  make sbindir=/usr/bin DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: idle3-tools/repos/community-x86_64/PKGBUILD (from rev 333501, idle3-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 20:59:21 UTC (rev 333502)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Archan Paul <archan.paul at gmail.com>
+# Contributor: aexoxea <digitaleon at internode.on.net>
+
+pkgname=idle3-tools
+pkgver=0.9.1
+pkgrel=6
+pkgdesc='A utility that can disable, get and set the value of the idle3 timer found on Western Digital Hard Drives.'
+arch=(x86_64)
+url='http://idle3-tools.sourceforge.net/'
+license=(GPL)
+depends=(glibc)
+source=(http://download.sourceforge.net/idle3-tools/idle3-tools-$pkgver.tgz)
+sha1sums=('44b5c4988e42d59e56fbc72550db34c5012beda6')
+
+build() {
+  cd idle3-tools-$pkgver
+  make
+}
+
+package() {
+  cd idle3-tools-$pkgver
+  make sbindir=/usr/bin DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list