summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c30a3cf5725..ddbb64e8560a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lfanew-git
pkgdesc = manipulate fat binary programs wrapped inside MS-DOS MZ files
- pkgver = 0.0.20230825.r13.g125ce1d
+ pkgver = 0.0.20230825.r12.gc1980df
pkgrel = 1
- url = https://github.com/stsp/lfanew
+ url = https://codeberg.org/tkchia/lfanew
arch = x86_64
license = MPL-2.0
makedepends = git
depends = glibc
provides = lfanew=0.0.20230825
conflicts = lfanew
- source = git+https://github.com/stsp/lfanew.git
+ source = git+https://codeberg.org/tkchia/lfanew.git
md5sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 81ef9e598092..9393bbb528f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
set -u
pkgname='lfanew-git'
-pkgver=0.0.20230825.r13.g125ce1d
+pkgver=0.0.20230825.r12.gc1980df
pkgrel=1
pkgdesc='manipulate fat binary programs wrapped inside MS-DOS MZ files'
arch=('x86_64')
-url='https://github.com/stsp/lfanew'
+#url='https://github.com/stsp/lfanew'
+url='https://codeberg.org/tkchia/lfanew'
license=('MPL-2.0')
depends=('glibc')
makedepends=('git')