summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSky Swimmer2021-07-06 14:35:26 +0200
committerSky Swimmer2021-07-06 14:35:26 +0200
commit7d9d6d3c5c714f568ccaab9ebbff39f3f537b95d (patch)
tree3c6d96e00bd3a96e1efc105226a94cfafe9d1300
parent2e9bbc110710b0ea3c9a15aade3d24df51627629 (diff)
downloadaur-7d9d6d3c5c714f568ccaab9ebbff39f3f537b95d.tar.gz
Cleanup build on exit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de9e808e9905..a720670553e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = connective-php
pkgdesc = ConnectivePHP -- PHP support module for ConnectiveHTTP
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
install = main.install
arch = any
groups = connective-server
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"
}