summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Yang2016-06-10 22:42:09 +0800
committerMichael Yang2016-06-10 22:42:09 +0800
commitdbd72837cec64186f675b04b04cd5ed37fbbb899 (patch)
tree33f1d488791427fa40c7ba36c54b57ce341d58aa
parent10fdd1843bd78b103a4c44ee595e50032850ad29 (diff)
downloadaur-dbd72837cec64186f675b04b04cd5ed37fbbb899.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8c8ab5df0c4..90fd9666a0eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Fri Apr 15 00:30:31 UTC 2016
+# Fri Jun 10 14:41:38 UTC 2016
pkgbase = cpprestsdk-git
- pkgdesc = a cross-platform, modern, and asynchronous library that enables developers to access and author connected applications
+ pkgdesc = A cross-platform, modern, and asynchronous library that enables developers to access and author connected applications
pkgver = 2.8.0.r1609.5abe0cb
pkgrel = 1
url = https://github.com/Microsoft/cpprestsdk/
diff --git a/PKGBUILD b/PKGBUILD
index 5410e2fa7744..73ae26c12423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Michael Yang <ohmyarchlinux@gmail.com>
+
pkgname=cpprestsdk-git
pkgver=2.8.0.r1609.5abe0cb
pkgrel=1
-pkgdesc="a cross-platform, modern, and asynchronous library that enables developers to access and author connected applications"
+pkgdesc="A cross-platform, modern, and asynchronous library that enables developers to access and author connected applications"
arch=('i686' 'x86_64')
url="https://github.com/Microsoft/cpprestsdk/"
license=('Apache')
@@ -34,8 +35,8 @@ build() {
}
package() {
- make -C build DESTDIR="$pkgdir/" install
+ make -C build DESTDIR="${pkgdir}" install
cd cpprestsdk
- install -Dm644 license.txt $pkgdir/usr/share/licenses/cpprestsdk/LICENSE
- install -Dm644 ThirdPartyNotices.txt $pkgdir/usr/share/licenses/cpprestsdk/ThirdPartyNotices
+ install -Dm644 license.txt ${pkgdir}/usr/share/licenses/cpprestsdk/LICENSE
+ install -Dm644 ThirdPartyNotices.txt ${pkgdir}/usr/share/licenses/cpprestsdk/ThirdPartyNotices
}