diff --git a/tagutil/.signature b/tagutil/.signature index 958af1e..fc85c32 100644 --- a/tagutil/.signature +++ b/tagutil/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/jmq.pub -RWTTPlFarK9CxLU65XSTiZBfeJ21W2sWHvpkmXIP/AqWZMcc/oxBpG/9P5m6zeAXmLL4K/2wHEjoF496KoE67rP2N/7bWYmKawk= -SHA256 (Pkgfile) = 80a06cee5a09aa56cecc1b9c019c8da1b590263328151093eb87b2fba95dec69 +RWTTPlFarK9CxD65NioWL4l4F957J9lzDFYWG0cFS1lS00OT2w5RZJR+wIlSOs3m/mkaEzAii0c+5F+j68ZsVKhwwiED2aQwogU= +SHA256 (Pkgfile) = a8e955502ce3e45705f3561499ee942b800dea1db0f813fb4e0c09d72c2ebe5b SHA256 (.footprint) = a8d50129924db3c9d22f3861663bf52ba96a0ddd331874f5d48417f0b9f25c44 SHA256 (tagutil-v3.1.tar.gz) = a5a88f8f40c3654e902066e4aba8e6c4e2c89fcf64ca823d81db80c3dad41a80 diff --git a/tagutil/Pkgfile b/tagutil/Pkgfile index f51321d..dee30d2 100644 --- a/tagutil/Pkgfile +++ b/tagutil/Pkgfile @@ -1,7 +1,7 @@ # Description: command-line tool for editing audio file tags # URL: https://github.com/kaworu/tagutil # Maintainer: John McQuah, jmcquah at disroot dot org -# Depends on: pkg-config cmake libyaml +# Depends on: libyaml # Nice to have: taglib libvorbis flac jansson name=tagutil @@ -11,7 +11,7 @@ source=("https://github.com/kaworu/$name/archive/v$version/$name-v$version.tar.g build() { mkdir $name-$version/build && cd $name-$version/build - cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX="/usr" ../src + cmake -DCMAKE_BUILD_TYPE=RELEASE -DPREFIX="/usr" ../src make make DESTDIR=$PKG install }