summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2023-10-07 19:58:20 +0200
committerMagnus Boman2023-10-07 19:58:20 +0200
commit14354eb64ab3904347759c2959c2224b06ecafdf (patch)
treee261d1bff506291c4d76b3943f37d098124ac05b
parentcfcfe24ac044901e1a540f54622c04091fb7195e (diff)
downloadaur-libjodycode-git.tar.gz
upgpkg: libjodycode-git 3.1.r48.g79cb4f9-1
Upstream moved to codeberg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd2b99151559..d5056a0e5b2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libjodycode-git
pkgdesc = Shared code used by several utilities written by Jody Bruchon (git)
- pkgver = 3.1.r18.ge8b48a3
+ pkgver = 3.1.r48.g79cb4f9
pkgrel = 1
- url = https://github.com/jbruchon/libjodycode
+ url = https://codeberg.org/jbruchon/libjodycode
arch = i686
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = libjodycode-git
depends = glibc
provides = libjodycode
conflicts = libjodycode
- source = git+https://github.com/jbruchon/libjodycode.git
+ source = git+https://codeberg.org/jbruchon/libjodycode.git
sha256sums = SKIP
pkgname = libjodycode-git
diff --git a/PKGBUILD b/PKGBUILD
index 3f79c4ff37c3..89c6cb000b10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=libjodycode-git
-pkgver=3.1.r18.ge8b48a3
+pkgver=3.1.r48.g79cb4f9
pkgrel=1
pkgdesc='Shared code used by several utilities written by Jody Bruchon (git)'
arch=(i686 x86_64)
-url=https://github.com/jbruchon/libjodycode
+url=https://codeberg.org/jbruchon/libjodycode
license=(MIT)
depends=(glibc)
makedepends=(git)