summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24a92208e112..19f91045ed41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Maslowski <info@orangecms.org>
pkgname=pikalogy
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="Pikachu theme for Terminology"
arch=('x86_64')
_COMMIT_HASH=62a4ee8417cfbb00f70c6be79bfd39539b5108b0
@@ -20,7 +20,7 @@ prepare() {
build() {
cd "$pkgname-$_COMMIT_HASH"
- make
+ make DEFINITIONS="-DWITH_SOUND"
}
package() {