Skip to content

Commit

Permalink
mkinitrd update
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Nov 28, 2024
1 parent 5893fa2 commit 15d0df2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys/kernel/mkinitrd/ympbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='mkinitrd'
release='1'
version='0.0.1'
release='2'
version='0.1.0'
url='https://gitlab.com/turkman/devel/sources/mkinitrd'
description='Initial ramdisk system from turkman linux'
email='[email protected]'
Expand All @@ -11,7 +11,7 @@ source=("https://gitlab.com/turkman/devel/sources/mkinitrd/-/archive/$version/mk
"mkinitrd.sysconf")
depends=(eudev findutils coreutils)
makedepends=()
sha256sums=('21811112b57f69439240d9658ebdf2c078b52d7762d4c50b718cd3693b5d5c16'
sha256sums=('972361a49b3137f635d89f6124a10de5f993c04bb5dd4d730add0b4c791cc7b0'
'SKIP')
uses=()
group=(sys.kernel)
Expand All @@ -21,7 +21,7 @@ cd $name-$version

setup(){
meson setup build \
--bindir=/bin
--prefix=/usr
}

package(){
Expand Down

0 comments on commit 15d0df2

Please sign in to comment.