summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-11-25 21:15:08 -0500
committerGuillaume Horel2021-11-25 21:15:08 -0500
commit14aa976ab79942ea1a8c74943616504930aa6607 (patch)
tree4ac97e38ebc12ad90b7b6298507ab19250063252
parentebe0b4da81931aed75ad2bee3c369afc42565313 (diff)
downloadaur-14aa976ab79942ea1a8c74943616504930aa6607.tar.gz
boost instead of boost-libs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b51bb135bdc9..05033dc762d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = lime
arch = x86_64
license = GPL
makedepends = cmake
- makedepends = boost-libs
+ makedepends = boost
depends = bctoolbox>=5.0.53
depends = soci>=4.0.0
source = lime-5.0.53.tar.gz::https://github.com/BelledonneCommunications/lime/archive/5.0.53.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index cacbbceba40b..7b4e69a136b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="http://www.linphone.org/"
license=('GPL')
depends=("bctoolbox>=$pkgver" 'soci>=4.0.0')
-makedepends=('cmake' 'boost-libs')
+makedepends=('cmake' 'boost')
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('85e6d6262b315281a7350adc3cb91046ec94cac20c4bcc78cd590618e1642e1e')