==> ERROR: One or more files did not pass the validity check!
set the following:
md5sums=('8076bf04b485d0dcf88706fccc5a42b0')
mkdir: cannot create directory ‘/tmp/yaourt-tmp-comotion/aur-libbassmix/pkg’: Permission denied
move all the mkdir commands from build() to package()
diff follows:
--- /tmp/pkgbuild.1 2014-05-23 20:12:04.853863266 +0200
+++ PKGBUILD 2014-05-23 20:14:31.899733317 +0200
@@ -9,16 +9,17 @@
license=('custom:bassmix')
makedepends=(unzip)
source=(http://us.un4seen.com/files/bassmix24-linux.zip)
-md5sums=('470fdf7736caa4dc7b7f1282b442a4c8')
+md5sums=('8076bf04b485d0dcf88706fccc5a42b0')
build() {
+ echo
+}
+
+package() {
mkdir -p $pkgdir/usr/lib/
mkdir -p $pkgdir/usr/share/licenses/$pkgname
mkdir -p $pkgdir/usr/share/doc/$pkgname
mkdir -p $pkgdir/usr/include
-}
-
-package() {
# contains license info
cp $srcdir/bassmix.txt $pkgdir/usr/share/licenses/$pkgname
Search Criteria
Package Details: libbassmix 2.4.7.2-2
Package Actions
| Package Base: | libbassmix |
|---|---|
| Description: | An extension providing the ability to mix together multiple BASS channels. |
| Upstream URL: | http://www.un4seen.com/bass.html#addons |
| Category: | lib |
| Licenses: | |
| Submitter: | derhamster |
| Maintainer: | archtux |
| Last Packager: | archtux |
| Votes: | 3 |
| First Submitted: | 2012-09-15 15:48 |
| Last Updated: | 2014-12-02 23:53 |