summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Borda2024-03-22 22:27:42 +0100
committerMattia Borda2024-03-22 22:27:42 +0100
commitddc23383c8699889dbe3bcb988eacd3115e91b23 (patch)
treed91d6be94cd87c6d89f76950aec5336fa5541228
parent88489000c07b66078afa660e535d6b46e1134702 (diff)
downloadaur-ddc23383c8699889dbe3bcb988eacd3115e91b23.tar.gz
Update to 0.3
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 083fe1bb1ef7..04e7dcb9765a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Mattia Borda <mattiagiovanni.borda@icloud.com>
pkgname=keyoxidizer
-pkgver=0.2.4
+pkgver=0.3
pkgrel=1
pkgdesc="Interactive Keyoxide helper"
arch=('x86_64')
url="https://github.com/shombando/$pkgname"
license=('APACHE')
-b2sums=('05e1bb26c5d81702519a244ae971cb07dbfce4c6f75b14940185a998b7ef9942c8ed1493045836a1a80a1950ead00c0f0f5f724852678156c050ebfe4e628075')
-source=($url/releases/download/v.$pkgver/$pkgname.sh)
+b2sums=('SKIP')
+source=("git+$url#tag=v.$pkgver")
package() {
- install -Dm775 $pkgname.sh "$pkgdir"/usr/bin/$pkgname
+ install -Dm775 $pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+ install -Dm775 $pkgname/setRemotes.sh "$pkgdir"/usr/bin/setRemotes.sh
}