summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67f0cf1cb666..8e0634213edd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=connective-php
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="ConnectivePHP -- PHP support module for ConnectiveHTTP"
arch=( 'any' )
url=""
@@ -33,5 +33,5 @@ package() {
cd ConnectivePHP
mkdir -p "$pkgdir/usr/lib/connective-php"
- cp build/libs/ConnectivePHP-*.jar "$pkgdir/usr/lib/connective-php/ConnectivePHP.jar"
+ mv build/libs/ConnectivePHP-*.jar "$pkgdir/usr/lib/connective-php/ConnectivePHP.jar"
}