Skip to content

Commit

Permalink
Update Arch Linux rolling package.
Browse files Browse the repository at this point in the history
  • Loading branch information
claunia committed Sep 27, 2023
1 parent 26f96db commit c673fb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/pacman/rolling/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#@IgnoreInspection BashAddShebang
# Maintainer: Natalia Portillo <[email protected]>
_netcoretarget='net7.0'
_netcoretarget='net8.0'
_aarubase='Aaru'
packager='Natalia Portillo <[email protected]>'
pkgbase='aaru-git'
pkgname=('aaru-git')
pkgver=v6.0.0.3f0f4f1a
pkgver=v6.0.0.7136b0613
pkgrel=1
pkgdesc='Disc image management and creation tool for disks, tapes, optical and solid state media'
arch=('x86_64' 'armv7h' 'aarch64')
url='http://www.aaru.app'
license=('GPL')
source=('git://github.com/aaru-dps/Aaru')
makedepends=('dotnet-sdk>=7.0.0' 'git')
source=('git+https://github.com/aaru-dps/Aaru')
makedepends=('dotnet-sdk>=8.0.0' 'git')
options=('!strip' 'staticlibs')
sha256sums=('SKIP')
provides=('aaru')
Expand Down

0 comments on commit c673fb6

Please sign in to comment.