summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2024-03-26 03:42:51 -0400
committerChris Severance2024-03-26 03:42:51 -0400
commit920bf3f5a1fbc67e6defc3ec4af482f35446f9f8 (patch)
treebf74a4bf14d2604cb53e77ae5554506b8ce9e652
parent371fbe1ef94c046678353bbaf56fd43ad78f8246 (diff)
downloadaur-920bf3f5a1fbc67e6defc3ec4af482f35446f9f8.tar.gz
autu: Update to 0.0.20230825.r12.gc1980df-1 Change source to codeberg
-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')