summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiulio Girardi2016-09-02 23:14:58 +0200
committerGiulio Girardi2016-09-02 23:14:58 +0200
commita6d5eb624cfeb1427d33962acab031f491db4608 (patch)
tree417f2bbf49a0007cfaede2f4aa3d2df3911b86c8
parentb82720e435be4b0ebf2c22ea446d3611dba14375 (diff)
downloadaur-a6d5eb624cfeb1427d33962acab031f491db4608.tar.gz
Corrected repository
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfdead341e3a..1f7150ed2cab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = cinnamon-remove-application
depends = pkgfile
depends = pacman
depends = cinnamon
- source = https://github.com/rapgenic/cinnamon-remove-application.git
+ source = git+https://github.com/rapgenic/cinnamon-remove-application.git
md5sums = SKIP
pkgname = cinnamon-remove-application
diff --git a/PKGBUILD b/PKGBUILD
index 6206bb85c9e1..49c0ed2c3976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Arch linux version of cinnamon-remove-application (enables the uninstal
arch=('any')
url="https://github.com/rapgenic/cinnamon-remove-application"
license=('GPL2')
-source=("https://github.com/rapgenic/cinnamon-remove-application.git")
+source=("git+https://github.com/rapgenic/cinnamon-remove-application.git")
md5sums=('SKIP')
depends=('gtk3' 'pkgfile' 'pacman' 'cinnamon')