Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
odin
Commits:
39e95ed9 by Alexander F. Rødseth at 2025-06-07T22:32:00+02:00
upgpkg: dev_2025_06-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = odin
pkgdesc = Data-oriented programming language
- pkgver = dev_2025_04
- pkgrel = 2
+ pkgver = dev_2025_06
+ pkgrel = 1
url = https://odin-lang.org/
arch = x86_64
license = BSD-3-Clause
@@ -12,7 +12,7 @@ pkgbase = odin
depends = llvm-libs
depends = python
options = staticlibs
- source = git+https://github.com/odin-lang/Odin#tag=dev-2025-04
- b2sums =
c403a5429c15f048801b7aea7efc76c6096f3402ab2957fbef2fd5df19356889adfdcf4aac4905f178b14e9ad67f8d7a7add172ca294d17ca9545e8d6e43e7ac
+ source = git+https://github.com/odin-lang/Odin#tag=dev-2025-06
+ b2sums =
10b720e247b52b11aef8af31a7155439306b6fed14c76482381d54d69cca1d377aea6c0b523e04528a4215c4d637f28d1f06c6c67e01dc75d9be16cc463badb3
pkgname = odin
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Payn <[email protected]>
pkgname=odin
-pkgver=dev_2025_04 # using dev tags until the next release is tagged, to make
it build
-pkgrel=2
+pkgver=dev_2025_06 # using dev tags until the next release is tagged, to make
it build
+pkgrel=1
pkgdesc='Data-oriented programming language'
arch=(x86_64)
url='https://odin-lang.org/'
@@ -15,7 +15,7 @@ depends=(clang llvm-libs python)
makedepends=(git llvm stb)
options=(staticlibs)
source=("git+https://github.com/odin-lang/Odin#tag=${pkgver//_/-}")
-b2sums=('c403a5429c15f048801b7aea7efc76c6096f3402ab2957fbef2fd5df19356889adfdcf4aac4905f178b14e9ad67f8d7a7add172ca294d17ca9545e8d6e43e7ac')
+b2sums=('10b720e247b52b11aef8af31a7155439306b6fed14c76482381d54d69cca1d377aea6c0b523e04528a4215c4d637f28d1f06c6c67e01dc75d9be16cc463badb3')
build() {
cd Odin
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/odin/-/commit/39e95ed9d2aa1df1c478088a702b3dc99279bd2f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/odin/-/commit/39e95ed9d2aa1df1c478088a702b3dc99279bd2f
You're receiving this email because of your account on gitlab.archlinux.org.