makedeb
Cosmos is an operating system "construction kit".
Click here to go back to the commit logs for cosmos-git.
Hash: c71a69b34f2572cbf3f54327b21205931a3d3f98
Message: update
diff --git a/.SRCINFO b/.SRCINFO
index 737eb0a..31e10b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = cosmos-git
pkgbase = cosmos-git
pkgdesc = Cosmos is an operating system "construction kit".
pkgrel = 1
-pkgver = 1.0.r1.efe06bf
+pkgver = 1.1.r1.efe06bf
url = https://github.com/CosmosOS/Cosmos
arch = any
depends = bash
@@ -11,7 +11,7 @@ depends = make
depends = git
depends = dotnet-sdk-6.0
provides = cosmos-git
-source = git+https://github.com/CosmosOS/Cosmos.git#branch=crossplatform
+source = git+https://github.com/CosmosOS/Cosmos.git#branch=master
source = git+https://github.com/CosmosOS/IL2CPU.git#branch=master
source = git+https://github.com/CosmosOS/XSharp.git#branch=master
source = git+https://github.com/CosmosOS/Common.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index c748e5d..01560a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zarlo <mpr+5899@zarlo.dev>
pkgname=cosmos-git
-pkgver=1.0.r1.efe06bf
+pkgver=1.1.r1.efe06bf
pkgrel=1
url='https://github.com/CosmosOS/Cosmos'
pkgdesc='Cosmos is an operating system "construction kit".'
@@ -10,7 +10,7 @@ keywords=('dot net', 'sdk')
provides=('cosmos-git')
source=(
- 'git+https://github.com/CosmosOS/Cosmos.git#branch=crossplatform'\
+ 'git+https://github.com/CosmosOS/Cosmos.git#branch=master'\
'git+https://github.com/CosmosOS/IL2CPU.git#branch=master'\
'git+https://github.com/CosmosOS/XSharp.git#branch=master'\
'git+https://github.com/CosmosOS/Common.git#branch=master'
@@ -18,7 +18,7 @@ source=(
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
pkgver() {
- printf "1.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "1.1.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {