summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClarence2020-12-18 14:31:30 +0800
committerClarence2020-12-18 14:31:30 +0800
commit31a310db6a7dc6f9916c63f8382118355a467752 (patch)
tree47a42f628c6121c7863f383ce1f8315b38b4876e
parent72e7ec35ae984ad2202a6ba2b1aeb8fdd66b5214 (diff)
downloadaur-31a310db6a7dc6f9916c63f8382118355a467752.tar.gz
change package filename.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 010dd9eb8a49..c91bc8f1f647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = sofia-sip-fs
url = https://github.com/freeswitch/sofia-sip
arch = x86_64
license = LGPL
- source = sofia-sip-fs-1.13.2.tar.gz::https://github.com/freeswitch/sofia-sip/archive/v1.13.2.tar.gz
+ source = sofia-sip-1.13.2.tar.gz::https://github.com/freeswitch/sofia-sip/archive/v1.13.2.tar.gz
source = 0001-Compatible-with-the-new-version-of-libckeck.patch
sha256sums = b9eca9688ce4b28e062daf0933c3bf661fb607e7afafa71bda3e8f07eb88df44
sha256sums = 7e52ec8ee1340042982c2d7b5612e37b7140daea5e5b67e2bd392b2c367913de
diff --git a/PKGBUILD b/PKGBUILD
index 84305d1bd209..529615528053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="An open-source SIP User-Agent library (FreeSWITCH version)"
arch=('x86_64')
url="https://github.com/freeswitch/sofia-sip"
license=('LGPL')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/freeswitch/$_pkgname/archive/v$pkgver.tar.gz"
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/freeswitch/$_pkgname/archive/v$pkgver.tar.gz"
'0001-Compatible-with-the-new-version-of-libckeck.patch')
sha256sums=('b9eca9688ce4b28e062daf0933c3bf661fb607e7afafa71bda3e8f07eb88df44'
'7e52ec8ee1340042982c2d7b5612e37b7140daea5e5b67e2bd392b2c367913de')