summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gatto2022-03-18 17:13:33 +0100
committerMatthias Gatto2022-03-18 17:13:33 +0100
commit848969cea4ee662d37bbc8df48a6652a9e7d61e4 (patch)
tree47f1cdb4f85700151979dcc9b8d5d1141031c0d6
parent6643392c9cc3116f9fc09c49ce84d3f909dac3cb (diff)
downloadaur-corny-jokes-git.tar.gz
update .SRCINFO
Signed-off-by: Matthias Gatto <matthias.gatto@protonmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fa592eef392..ec587052407a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = corny-jokes-git
pkgdesc = Corny Jokes for terminal
- pkgver = r61.4de261d
+ pkgver = r73.d3e10f1
pkgrel = 1
url = https://github.com/kz6fittycent/corny-jokes
arch = any
license = MIT
makedepends = python-setuptools
- source = git://github.com/kz6fittycent/corny-jokes.git
+ source = git+https://github.com/kz6fittycent/corny-jokes.git
sha256sums = SKIP
pkgname = corny-jokes-git
-
diff --git a/PKGBUILD b/PKGBUILD
index fac2a2b19c69..4691cf5288ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Reference: PKGBUILD(5)
pkgname=corny-jokes-git
-pkgver=r61.4de261d
+pkgver=r73.d3e10f1
pkgrel=1
pkgdesc='Corny Jokes for terminal'
@@ -19,7 +19,7 @@ pkgver() {
makedepends=('python-setuptools')
depends=()
-source=("git://github.com/kz6fittycent/corny-jokes.git")
+source=("git+https://github.com/kz6fittycent/corny-jokes.git")
sha256sums=("SKIP")
build() {