summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Micieli2024-01-07 13:34:17 +0100
committerWilly Micieli2024-01-07 13:34:17 +0100
commita9a7f938d90d6db292803b69af1b47735a54bf14 (patch)
tree3e2bd3041c2d0f962228c860d83cac8d67b5d306
parentf820ff2ac44e8aa3de0924f5b8cb90c90ea26923 (diff)
downloadaur-a9a7f938d90d6db292803b69af1b47735a54bf14.tar.gz
fix bug
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 348b06f5ef33..a9185dbf69ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = continuous-testing
pkgdesc = A continuous integration testing project
pkgver = 1.1.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/taishingi/continuous-testing
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4478a8b1c4be..b9b4f6f776d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=continuous-testing
pkgver=1.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="A continuous integration testing project"
provides=("again")
arch=('any')
@@ -21,5 +21,5 @@ build() {
package() {
cd "${pkgname}-${pkgver}"
- install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
+ install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/again"
}