summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Reinert2018-01-29 17:05:24 +0100
committerJoakim Reinert2018-01-29 17:05:24 +0100
commit14a386181a036aab717b0d09cc2ea0cc168894f1 (patch)
treec7047ba2b1ac234f406b14e4efcc4096b066961c
parentaa47d12cbb2b23af2d532737acae70f25ff24520 (diff)
downloadaur-14a386181a036aab717b0d09cc2ea0cc168894f1.tar.gz
actually add install script to pkgbuild
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 343370992a9b..a7b292f64008 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# Mon Jan 29 15:59:55 UTC 2018
+# Mon Jan 29 16:05:12 UTC 2018
pkgbase = audition-git
pkgdesc = Simple now-playing server
pkgver = r1.7f43782
pkgrel = 1
url = https://github.com/jreinert/audition
+ install = audition-git.install
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 01209d9bd725..d24f474eb52f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ source=(
"${_name}::git+https://github.com/jreinert/audition"
audition.service
)
+install="$pkgname.install"
sha512sums=(
SKIP