summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSky Swimmer2021-07-06 14:35:26 +0200
committerSky Swimmer2021-07-06 14:35:26 +0200
commit7d9d6d3c5c714f568ccaab9ebbff39f3f537b95d (patch)
tree3c6d96e00bd3a96e1efc105226a94cfafe9d1300 /PKGBUILD
parent2e9bbc110710b0ea3c9a15aade3d24df51627629 (diff)
downloadaur-7d9d6d3c5c714f568ccaab9ebbff39f3f537b95d.tar.gz
Cleanup build on exit
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"
}