summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrElendig2022-03-21 19:09:29 +0100
committerMrElendig2022-03-21 19:09:29 +0100
commitdaafd8f771c0a767035447124dd2cc0e7bf33358 (patch)
tree910241aebc4cadca193dcbf27602b00b5744eabe
parent82ff4df3007114664a88613017e7c493d022ad60 (diff)
downloadaur-kittypack-git.tar.gz
updated source url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f77885dab78f..9ee7a63f9768 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kittypack-git
pkgdesc = A silly little tool to get info from archlinux.org/packages
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MrElendig/kittypack
arch = any
license = AGPL3
@@ -13,8 +13,7 @@ pkgbase = kittypack-git
depends = python-yaml
depends = python-setuptools
backup = etc/kittypack.conf
- source = git://github.com/MrElendig/kittypack.git
+ source = git+https://github.com/MrElendig/kittypack.git
sha1sums = SKIP
pkgname = kittypack-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 515aa8352fe4..58018e21e689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Øyvind 'Mr.Elendig' Heggstad <mrelendig@har-ikkje.net>>
pkgname=kittypack-git
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A silly little tool to get info from archlinux.org/packages"
arch=('any')
url="https://github.com/MrElendig/kittypack"
@@ -9,7 +9,7 @@ license=('AGPL3')
depends=('python' 'python-requests' 'python-click' 'python-yaml' 'python-setuptools')
makedepends=('git' 'python-docutils')
backup=('etc/kittypack.conf')
-source=(git://github.com/MrElendig/kittypack.git)
+source=(git+https://github.com/MrElendig/kittypack.git)
sha1sums=('SKIP')
pkgver() {