summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
-rw-r--r--makefile.patch11
3 files changed, 7 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd535b55af10..9c625abc8a51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = smstools3
pkgdesc = SMS gateway which can send and receive messages through GSM modems and mobile phones
- pkgver = 3.1.15
- pkgrel = 5
+ pkgver = 3.1.16
+ pkgrel = 1
url = http://smstools3.kekekasvi.com/
install = smsd.install
arch = i686
@@ -10,16 +10,14 @@ pkgbase = smstools3
depends = bash
backup = etc/smsd.conf
backup = etc/logrotate.d/smsd
- source = http://smstools3.kekekasvi.com/packages/smstools3-3.1.15.tar.gz
- source = makefile.patch
+ source = http://smstools3.kekekasvi.com/packages/smstools3-3.1.16.tar.gz
source = sendsms.patch
source = smsd.install
source = smsd.conf
source = smsd.tmpfiles
source = smsd.logrotate
source = smsd.service
- md5sums = 0241ef60e646fac1a06254a848e61ed7
- md5sums = 4cadb840b5604a73831ef53f8c24bb11
+ md5sums = 46c291cf82b0ad0a6d6a1842d33ecfab
md5sums = eabdaf793ed2fb9883ea0923b31450d3
md5sums = 24b41505c471d0594174bca4a1555f8f
md5sums = ebc64ebc17f874fc0b1e6f0b4ce7fc79
diff --git a/PKGBUILD b/PKGBUILD
index c26b6b075e17..66357e5b856f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Denis Yantarev <denis dot yantarev at gmail dot com>
pkgname=smstools3
-pkgver=3.1.15
-pkgrel=5
+pkgver=3.1.16
+pkgrel=1
pkgdesc="SMS gateway which can send and receive messages through GSM modems and mobile phones"
arch=('i686' 'x86_64')
url="http://smstools3.kekekasvi.com/"
@@ -12,15 +12,13 @@ install=smsd.install
depends=('bash')
makedepends=()
source=(http://smstools3.kekekasvi.com/packages/$pkgname-$pkgver.tar.gz
- makefile.patch
sendsms.patch
smsd.install
smsd.conf
smsd.tmpfiles
smsd.logrotate
smsd.service)
-md5sums=('0241ef60e646fac1a06254a848e61ed7'
- '4cadb840b5604a73831ef53f8c24bb11'
+md5sums=('46c291cf82b0ad0a6d6a1842d33ecfab'
'eabdaf793ed2fb9883ea0923b31450d3'
'24b41505c471d0594174bca4a1555f8f'
'ebc64ebc17f874fc0b1e6f0b4ce7fc79'
@@ -31,7 +29,6 @@ md5sums=('0241ef60e646fac1a06254a848e61ed7'
prepare()
{
cd $srcdir || return 1
- patch -p0 <makefile.patch || return 1
patch -p0 <sendsms.patch || return 1
}
diff --git a/makefile.patch b/makefile.patch
deleted file mode 100644
index dc50fb0a6f8f..000000000000
--- a/makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./smstools3/src/Makefile.old 2013-12-03 13:37:03.000000000 +0400
-+++ ./smstools3/src/Makefile 2013-12-03 13:37:33.000000000 +0400
-@@ -43,7 +43,7 @@
-
- ifneq (,$(findstring SOLARIS,$(CFLAGS)))
- ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS)))
--override LFLAGS += -lsocket -lnsl
-+ override LFLAGS += -lsocket -lnsl
- endif
- endif
-