Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
dunesh


Commits:
8796545e by Alexander F. Rødseth at 2024-07-20T15:16:46+02:00
upgpkg: 0.1.9-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = dunesh
        pkgdesc = The cozy shell
-       pkgver = 0.1.8
-       pkgrel = 2
+       pkgver = 0.1.9
+       pkgrel = 1
        url = https://github.com/adam-mcdaniel/dune
        arch = x86_64
-       license = APACHE
+       license = Apache-2.0
        makedepends = git
        makedepends = rust
-       source = 
git+https://github.com/adam-mcdaniel/dune#commit=ae9bb825fb4590d7741c9e2ec96107105952c03d
-       b2sums = SKIP
+       source = 
git+https://github.com/adam-mcdaniel/dune#commit=a0750ad11341bd94c2f2808601ef4bc73d5cf445
+       b2sums = 
b9bee3de7a97ca597f46f5ce00353df914e500c1c3baa4677c0c5410e4034edb9d17f4da7fecfd4cb668a38574ca748605de774ab07ca49322aaba6392521921
 
 pkgname = dunesh


=====================================
PKGBUILD
=====================================
@@ -1,23 +1,21 @@
 # Maintainer: Alexander F. Rødseth <[email protected]>
 
 pkgname=dunesh
-pkgver=0.1.8
-pkgrel=2
+pkgver=0.1.9
+pkgrel=1
 pkgdesc='The cozy shell'
 arch=(x86_64)
 url='https://github.com/adam-mcdaniel/dune'
-license=(APACHE)
+license=(Apache-2.0)
 makedepends=(git rust)
-source=("git+$url#commit=ae9bb825fb4590d7741c9e2ec96107105952c03d") # tag: 
v0.1.8
-b2sums=(SKIP)
+source=("git+$url#commit=a0750ad11341bd94c2f2808601ef4bc73d5cf445") # tag: 
v0.1.9
+b2sums=('b9bee3de7a97ca597f46f5ce00353df914e500c1c3baa4677c0c5410e4034edb9d17f4da7fecfd4cb668a38574ca748605de774ab07ca49322aaba6392521921')
 
 build() {
   cargo build --manifest-path dune/Cargo.toml --release
 }
 
 package() {
-  install -Dm755 dune/target/release/$pkgname \
-    "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 dune/LICENSE \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm755 dune/target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 dune/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dunesh/-/commit/8796545e9cfc9affe21384c8dde04eb25d1c777f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dunesh/-/commit/8796545e9cfc9affe21384c8dde04eb25d1c777f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to