summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12017-03-30 21:48:03 +0800
committerChocobo12017-03-30 21:48:26 +0800
commita2a0d7108eab1659eb366abc82d30c7fd5182aea (patch)
treefed44a64bfe56c8895df47523fda231ef4dabe9e /PKGBUILD
parentd809439cdfa60a03579d444e778f64d275510a88 (diff)
downloadaur-a2a0d7108eab1659eb366abc82d30c7fd5182aea.tar.gz
upgpkg: glog-git 0.3.4.r88.gda816ea-2
Fix license name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f54e967302f..32fc6b4b405d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=glog-git
pkgver=0.3.4.r88.gda816ea
-pkgrel=1
+pkgrel=2
pkgdesc="C++ implementation of the Google logging module"
arch=('i686' 'x86_64')
url="https://github.com/google/glog"
@@ -41,6 +41,6 @@ package() {
cd "glog"
make prefix="/usr" DESTDIR="$pkgdir" install
- install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/glog/LICENSE"
+ install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/glog/COPYING"
}