Update source and license

This commit is contained in:
murat 2026-01-27 12:11:09 -05:00
parent 9ae71618d7
commit 7062bb65de
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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() {