Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
odin
Commits:
b9c8b806 by Alexander F. Rødseth at 2024-11-24T14:09:02+01:00
Build with make release insted of make release_native, ref !1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = odin
pkgdesc = Data-oriented programming language
pkgver = dev_2024_11
- pkgrel = 1
+ pkgrel = 2
url = https://odin-lang.org/
arch = x86_64
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=odin
pkgver=dev_2024_11
-pkgrel=1
+pkgrel=2
pkgdesc='Data-oriented programming language'
arch=(x86_64)
url='https://odin-lang.org/'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/odin/-/commit/b9c8b80637b0a66e5b4c5ee078b77f677c27239d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/odin/-/commit/b9c8b80637b0a66e5b4c5ee078b77f677c27239d
You're receiving this email because of your account on gitlab.archlinux.org.