diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-10-12 05:54:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-10-12 05:54:14 +0200 |
commit | a4bd845ece485cd4db9febf945181ef17c5f03a6 (patch) | |
tree | c490e791c42df14041173f9b38f79701e25d4c67 | |
parent | update dist and deps (diff) | |
download | slack-a4bd845ece485cd4db9febf945181ef17c5f03a6.tar.gz slack-a4bd845ece485cd4db9febf945181ef17c5f03a6.tar.bz2 slack-a4bd845ece485cd4db9febf945181ef17c5f03a6.tar.xz |
missed the .install file
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 7057975..e62f1b4 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -9,6 +9,7 @@ url="https://github.com/maandree/slack" license=('GPL3') depends=(glibc 'linux>=2.6.28') makedepends=(glibc gcc make coreutils texinfo auto-auto-complete) +install=slack.install source=($url/archive/$pkgver.tar.gz) sha256sums=(efddb15b70187044c15d323b1988619c4b573121e085f084773c12a51f402624) |