summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorprash2021-05-14 09:20:29 +0530
committerprash2021-05-14 09:20:29 +0530
commit303b44f65701064b4e4d8e590fab72d7bc91762b (patch)
tree9dfe9b19b0cc5dd4081ab65ef14a59d480e36d00
parentd0897dadaca53c53816f08e5e8f256e63b80dc65 (diff)
downloadaur-303b44f65701064b4e4d8e590fab72d7bc91762b.tar.gz
use git+https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23ba10b4b81f..336b0e9e3fef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qarma-git
pkgdesc = A drop-in replacement clone for zenity, written in Qt4/5, Qt5 build
- pkgver = 20
- pkgrel = 7
+ pkgver = 44
+ pkgrel = 2
url = https://github.com/luebking/qarma
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = qarma-git
provides = zenity
conflicts = zenity
conflicts = qarma
- source = git://github.com/luebking/qarma.git
+ source = pkgname::git+https://github.com/luebking/qarma
md5sums = SKIP
pkgname = qarma-git
diff --git a/PKGBUILD b/PKGBUILD
index 91d5f3286536..0672d38ca721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=qarma-git
_gitname=qarma
-pkgver=20
-pkgrel=7
+pkgver=44
+pkgrel=2
pkgdesc="A drop-in replacement clone for zenity, written in Qt4/5, Qt5 build"
arch=('i686' 'x86_64')
url="https://github.com/luebking/qarma"
@@ -12,7 +12,7 @@ depends=('qt5-base' 'qt5-x11extras')
makedepends=('git')
provides=('qarma' 'zenity')
conflicts=('zenity' 'qarma')
-source=("git://github.com/luebking/qarma.git")
+source=("pkgname::git+https://github.com/luebking/qarma")
md5sums=("SKIP")
pkgver() {