summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2020-11-30 23:52:57 -0500
committerneeshy2020-11-30 23:52:57 -0500
commit01c331a89bd6e05b700461e42b178082c6144c59 (patch)
tree047a37a3d7eae842abbb599fa1a2a17b7297a613
parentb61d3ae481549cc85f1b135f07a76bd2c38f27bd (diff)
downloadaur-01c331a89bd6e05b700461e42b178082c6144c59.tar.gz
Append .git to source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84f338cdbd0a..b90cb1dbff49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = ripme-git
depends = java-runtime
provides = ripme
conflicts = ripme
- source = git+https://github.com/RipMeApp/ripme
+ source = git+https://github.com/RipMeApp/ripme.git
sha256sums = SKIP
pkgname = ripme-git
diff --git a/PKGBUILD b/PKGBUILD
index 172af11ffee1..864c4cac9cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('java-runtime')
makedepends=('git' 'maven')
provides=('ripme')
conflicts=('ripme')
-source=("git+https://github.com/RipMeApp/ripme")
+source=("git+https://github.com/RipMeApp/ripme.git")
sha256sums=('SKIP')
pkgver() {