Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
odin
Commits:
1933c1eb by Alexander F. Rødseth at 2024-12-12T13:40:53+01:00
upgpkg: dev_2024_12-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = odin
pkgdesc = Data-oriented programming language
- pkgver = dev_2024_11
- pkgrel = 2
+ pkgver = dev_2024_12
+ pkgrel = 1
url = https://odin-lang.org/
arch = x86_64
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Payn <[email protected]>
pkgname=odin
-pkgver=dev_2024_11
-pkgrel=2
+pkgver=dev_2024_12 # 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/'
@@ -14,7 +14,7 @@ license=(BSD-3-Clause)
depends=(clang llvm-libs python)
makedepends=(git llvm)
options=(staticlibs)
-source=("git+https://github.com/odin-lang/Odin#commit=76bf28ef2e3440bc31200b1d80c9b327ac208912")
# 2024-11-01
+source=("git+https://github.com/odin-lang/Odin#commit=76bf28ef2e3440bc31200b1d80c9b327ac208912")
b2sums=('1d3144e633d69ba30231049f03187560bd3c1eac682a6c01f209030e5751e6dc675a52a2ab1b8d6c627225b4c12790212fe4df16940de4116e8b9dd6b54e5a7a')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/odin/-/commit/1933c1ebe46ed2cbbc69ce74bf65417260628281
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/odin/-/commit/1933c1ebe46ed2cbbc69ce74bf65417260628281
You're receiving this email because of your account on gitlab.archlinux.org.