summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5b20f9650c4..e7fe24a46131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 4.2.1
-# Thu May 14 21:13:46 UTC 2015
pkgbase = easytether-bin
pkgdesc = Internet access via smartphone
- pkgver = 0.8.4
- pkgrel = 1
+ pkgver = 0.8.5
+ pkgrel = 2
url = http://www.mobile-stream.com/easytether/drivers.html
changelog = CHANGELOG
arch = i686
@@ -13,8 +11,8 @@ pkgbase = easytether-bin
depends = libusb
depends = udev
conflicts = easytether-rpm
- source = http://www.mobile-stream.com/beta/ubuntu/12.04/easytether_0.8.4-1_amd64.deb
- md5sums = 5651c1ef7aa83735f435f0e5081f9b23
+ source = http://www.mobile-stream.com/beta/ubuntu/14.04/easytether_0.8.5-1_amd64.deb,http://www.mobile-stream.com/beta/ubuntu/14.04/easytether_0.8.5-1_i386.deb
+ md5sums = c20be7f5c5c80865f8ca0d2a266cdd19,600b827826a346fbc9a32a5d16672463
pkgname = easytether-bin
diff --git a/PKGBUILD b/PKGBUILD
index 924326aa1b93..a0cf277affb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=easytether-bin
pkgver=0.8.5
-pkgrel=1
+pkgrel=2
_debrel=1
pkgdesc="Internet access via smartphone"
arch=(i686 x86_64)
@@ -22,9 +22,9 @@ changelog=CHANGELOG
build()
{
cd ${srcdir}
- bsdtar -xf "${_file}" data.tar.gz
- bsdtar -xf data.tar.gz
- rm data.tar.gz control.tar.gz debian-binary
+ bsdtar -xf "${_file}"
+ bsdtar -xf data.tar.xz
+ rm data.tar.xz control.tar.gz debian-binary
}
package()