diff options
author | alex | 2019-02-04 14:02:13 +0000 |
---|---|---|
committer | alex | 2019-02-04 14:02:13 +0000 |
commit | fd33aadfb4af3beb24facf96580399ed18d3a7ae (patch) | |
tree | a0bde80a5e2b993a86d7a60283cb16f90daa2447 /PKGBUILD | |
parent | fd52e564914be8b186f721fabded9ab445a7ea3f (diff) | |
download | aur-fd33aadfb4af3beb24facf96580399ed18d3a7ae.tar.gz |
fix description
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,10 +3,10 @@ pkgname=libcyaml pkgver=0.1.0 pkgrel=1 -pkgdesc="Free GNU/Linux music production system (DAW)" +pkgdesc="C library for reading and writing YAML" arch=('x86_64') url="https://git.zrythm.org/zrythm/libcyaml" -license=('GPL3') +license=('ISC') depends=('libyaml') source=("https://git.zrythm.org/zrythm/libcyaml/-/archive/$pkgver/$pkgname-$pkgver.tar.gz") md5sums=('SKIP') |