Date: Thursday, May 16, 2013 @ 20:39:58
  Author: bisson
Revision: 185642

move binaries to /usr/bin, upstream update

Modified:
  rfkill/trunk/PKGBUILD
  rfkill/trunk/service.block
  rfkill/trunk/service.unblock

-----------------+
 PKGBUILD        |   16 ++++++++--------
 service.block   |    2 +-
 service.unblock |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-05-16 18:31:08 UTC (rev 185641)
+++ PKGBUILD    2013-05-16 18:39:58 UTC (rev 185642)
@@ -4,19 +4,19 @@
 # Contributor: Giovanni Scafora <[email protected]>
 
 pkgname=rfkill
-pkgver=0.4
-pkgrel=7
+pkgver=0.5
+pkgrel=1
 pkgdesc='Tool for enabling and disabling wireless devices'
-url='http://linuxwireless.org/en/users/Documentation/rfkill'
+url='http://wireless.kernel.org/en/users/Documentation/rfkill'
 license=('custom')
 arch=('i686' 'x86_64')
-source=("http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+source=("https://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
         'service.unblock'
         'service.block'
         'rules.d')
-sha1sums=('fccabf5a272ac2891f24dc35449dc6f4c45ff44b'
-          '4d0ef151891c32c882dcec8b03ab7204f015d0d1'
-          'c44581c4cc19509f53afd0abea1341cc30751fe2'
+sha1sums=('03025d4ae285c40d5c19ec99ef7b317afda9d900'
+          '5f4a04a434df2ca28ca6687326c67c1f125aa3d4'
+          '6cc294af37232469cd5ba63455b571fe258e1cc6'
           '6390eaa793b473098aaa11b13c5254d611a4c13a')
 
 build() {
@@ -26,7 +26,7 @@
 
 package() {
        cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
+       make SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
        install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
        install -Dm644 ../rules.d 
"${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules"
        install -Dm644 ../service.block 
"${pkgdir}/usr/lib/systemd/system/[email protected]"

Modified: service.block
===================================================================
--- service.block       2013-05-16 18:31:08 UTC (rev 185641)
+++ service.block       2013-05-16 18:39:58 UTC (rev 185642)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=oneshot
-ExecStart=/usr/sbin/rfkill block %I
+ExecStart=/usr/bin/rfkill block %I
 
 [Install]
 WantedBy=multi-user.target

Modified: service.unblock
===================================================================
--- service.unblock     2013-05-16 18:31:08 UTC (rev 185641)
+++ service.unblock     2013-05-16 18:39:58 UTC (rev 185642)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=oneshot
-ExecStart=/usr/sbin/rfkill unblock %I
+ExecStart=/usr/bin/rfkill unblock %I
 
 [Install]
 WantedBy=multi-user.target

Reply via email to