summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2020-07-13 09:22:44 +0200
committerJosef Vybíhal2020-07-13 09:22:44 +0200
commit7c0f5671c6570dbfe84390e005931486a0d672fc (patch)
treee42a5aa6cd83c45076ee2130cdc348459939dac0
parentd53e82408803ba754e17daba61e9c12a17d9c560 (diff)
downloadaur-7c0f5671c6570dbfe84390e005931486a0d672fc.tar.gz
Fixed source
Replaced local leftover from testing and debuging new pkgbuild.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdcbef45c87f..a3fdaead674f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keystore-explorer-git
pkgdesc = KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
pkgver = v5.4.3+5+gb86412f
- pkgrel = 2
+ pkgrel = 3
url = https://keystore-explorer.org/
arch = any
license = GPLv3
@@ -13,7 +13,7 @@ pkgbase = keystore-explorer-git
depends = desktop-file-utils
conflicts = keystore-explorer
conflicts = keystore-explorer-bin
- source = git+file:///tmp/keystore-explorer
+ source = git+https://github.com/kaikramer/keystore-explorer.git
sha256sums = SKIP
pkgname = keystore-explorer-git
diff --git a/PKGBUILD b/PKGBUILD
index d597a9ee419c..fd8349a7a99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=keystore-explorer-git
pkgver=v5.4.3+5+gb86412f
-pkgrel=2
+pkgrel=3
pkgdesc="KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner."
arch=('any')
url="https://keystore-explorer.org/"
@@ -12,6 +12,7 @@ depends=('java-environment' 'bash' 'desktop-file-utils')
makedepends=( 'unzip' 'gradle' 'java-environment')
conflicts=('keystore-explorer' 'keystore-explorer-bin')
source=('git+file:///tmp/keystore-explorer')
+source=('git+https://github.com/kaikramer/keystore-explorer.git')
sha256sums=('SKIP')
_pkgname=keystore-explorer
_short_pkgname=kse