mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update source and license
This commit is contained in:
parent
9ae71618d7
commit
7062bb65de
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -2,9 +2,9 @@ pkgbase = dcat
|
|||
pkgdesc = A terminal-based 3D model viewer using Vulkan
|
||||
pkgver = r13.4b695f7
|
||||
pkgrel = 1
|
||||
url = about:none
|
||||
url = https://github.com/Murat65536/dcat
|
||||
arch = x86_64
|
||||
license = custom
|
||||
license = Apache
|
||||
makedepends = cmake
|
||||
makedepends = shaderc
|
||||
makedepends = git
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = dcat
|
|||
depends = glm
|
||||
depends = libsixel
|
||||
options = !debug
|
||||
source = dcat::git+file:///home/murat/Desktop/Programs/c++/dcat
|
||||
source = dcat::git+https://github.com/Murat65536/dcat.git
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = dcat
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -4,12 +4,12 @@ pkgver=r13.4b695f7
|
|||
pkgrel=1
|
||||
pkgdesc="A terminal-based 3D model viewer using Vulkan"
|
||||
arch=('x86_64')
|
||||
url="about:none"
|
||||
license=('custom')
|
||||
url="https://github.com/Murat65536/dcat"
|
||||
license=('Apache')
|
||||
depends=('vulkan-icd-loader' 'assimp' 'glm' 'libsixel')
|
||||
makedepends=('cmake' 'shaderc' 'git')
|
||||
options=('!debug')
|
||||
source=("dcat::git+file:///home/murat/Desktop/Programs/c++/dcat")
|
||||
source=("dcat::git+https://github.com/Murat65536/dcat.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue