summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2018-12-09 18:44:35 +0100
committerBjoern Franke2018-12-09 18:44:35 +0100
commit240abdd853baf74f5b3397c2f654488a836049d6 (patch)
treee382a4dc0af659e72805baca26b199f0804885e6
parent53ff5f7f8cdee536d4c93ed2365bd58115c1ea6f (diff)
downloadaur-240abdd853baf74f5b3397c2f654488a836049d6.tar.gz
fixed .SRCINFO and patch
-rw-r--r--.SRCINFO12
-rw-r--r--0a5a75babfbd8049be0cd3814df461f73880e0a7.patch22
2 files changed, 28 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c976b82edd41..06139e9b9765 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Fri Apr 22 19:05:46 UTC 2016
pkgbase = sakis3g
pkgdesc = An all-in-one script for connecting with 3G
pkgver = 0.2.0e
- pkgrel = 5
- url = http://www.sakis3g.com
+ pkgrel = 6
+ url = https://github.com/Trixarian/sakis3g-source
arch = any
license = GPL2
depends = ppp
@@ -18,8 +16,10 @@ pkgbase = sakis3g
optdepends = konsole: Terminal emulator
optdepends = xterm: Terminal emulator
optdepends = 9menu: Simple and easily configurable X-menu / program launcher
- source = http://www.sakis3g.com/downloads/sakis3g.tar.gz
- md5sums = 0b899cf94a027d329e49ef604029ebeb
+ source = https://github.com/Trixarian/sakis3g-source/archive/master.zip
+ source = 0a5a75babfbd8049be0cd3814df461f73880e0a7.patch
+ md5sums = bba680bdd24143b02680ef441a45ec8a
+ md5sums = 22c2db69f75e17930464a7777fa3e6f6
pkgname = sakis3g
diff --git a/0a5a75babfbd8049be0cd3814df461f73880e0a7.patch b/0a5a75babfbd8049be0cd3814df461f73880e0a7.patch
new file mode 100644
index 000000000000..cc4e5edc78df
--- /dev/null
+++ b/0a5a75babfbd8049be0cd3814df461f73880e0a7.patch
@@ -0,0 +1,22 @@
+From 0a5a75babfbd8049be0cd3814df461f73880e0a7 Mon Sep 17 00:00:00 2001
+From: ubinix-warun <warun@ubinix.com>
+Date: Thu, 4 Oct 2018 11:39:07 +0700
+Subject: [PATCH] FIX: libusb.h => <libusb-1.0/libusb.h>
+
+---
+ dependencies/usb-modeswitch/usb_modeswitch.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/dependencies/usb-modeswitch/usb_modeswitch.h b/dependencies/usb-modeswitch/usb_modeswitch.h
+index 69532c2..92503be 100644
+--- a/dependencies/usb-modeswitch/usb_modeswitch.h
++++ b/dependencies/usb-modeswitch/usb_modeswitch.h
+@@ -23,7 +23,7 @@
+ */
+
+ #include <stdlib.h>
+-#include <libusb.h>
++#include <libusb-1.0/libusb.h>
+
+ void readConfigFile(const char *configFilename);
+ void printConfig();