summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-07-06 00:54:57 +0200
committerhaawda2019-07-06 00:54:57 +0200
commit371b22258b5543c69cee065bd1831fbe4e557741 (patch)
tree4cca4f3cf11db7992ba13fa7ae273e42df53756d
parent668facf925794bc461cfae36558f7e79f7ed7690 (diff)
downloadaur-371b22258b5543c69cee065bd1831fbe4e557741.tar.gz
shortened description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79eb2e8d2808..40ed20fb31a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = folly-git
- pkgdesc = Folly is an open-source C++ library developed and used at Facebook
+ pkgdesc = C++ library developed and used at Facebook
pkgver = 2019.06.17.00.r21.gefaea2394
pkgrel = 1
url = https://github.com/facebook/folly
diff --git a/PKGBUILD b/PKGBUILD
index 960e948e203c..64cae47273aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=folly-git
pkgver=2019.06.17.00.r21.gefaea2394
pkgrel=1
-pkgdesc='Folly is an open-source C++ library developed and used at Facebook'
+pkgdesc='C++ library developed and used at Facebook'
arch=('i686' 'x86_64')
url='https://github.com/facebook/folly'
license=('Apache')
@@ -14,9 +14,7 @@ conflicts=('folly')
provides=('folly')
depends=('google-glog' 'gflags' 'double-conversion' 'libevent' 'boost-libs' 'jemalloc' 'xz' 'lz4' 'zstd' 'snappy')
makedepends=('git' 'boost' 'python2')
-source=(
- git+https://github.com/facebook/folly.git
-)
+source=(git+https://github.com/facebook/folly.git)
md5sums=('SKIP')
pkgver() {
@@ -42,4 +40,3 @@ package() {
cd folly
make DESTDIR="$pkgdir" install
}
-