summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-22 17:45:07 +0200
committerGoliathLabs2020-05-22 17:45:07 +0200
commit8179eac0a839d9488b04e1e475cc776f72579e07 (patch)
tree67a10b9b5ee6107cbd4d26d17751dd0acf3fee05 /PKGBUILD
parent5102f7fd0b206970243259c8ea232ad54bc89583 (diff)
downloadaur-indicator-sound.tar.gz
Updated: 12.10.2+16.04.20160406
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 7 insertions, 16 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1bf7dc60330..d598e7b50f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,19 @@
-# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
+# Maintainer:
+# Contributor: Felix Golatofski <contact@xdfr.de>
+# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Balló György <ballogyor+arch@gmail.com>
pkgname=indicator-sound
-pkgver=12.10.1
-pkgrel=5
+pkgver=12.10.2
+pkgrel=1
pkgdesc='Unified sound menu indicator.'
arch=('i686' 'x86_64')
url="https://launchpad.net/${pkgname}"
license=('GPL')
depends=('ido' 'libdbusmenu-gtk3' 'libgee06' 'libindicator-gtk3' 'libpulse' 'libnotify')
makedepends=('intltool' 'vala')
-source=("${url}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
- "http://pkgbuild.com/~bgyorgy/sources/${pkgname}-translations-20130310.tar.gz")
-sha256sums=('d3ae4e8a9e2bac6f9098e617364aba1ddca15ee118d5aa89ae85d0a1f3371af6'
- '7830a7bf49b86f92558ad4bc1499db4e0c8680b0aa31d046262d8169b0bafcd2')
-
-prepare() {
- cd ${pkgname}-${pkgver}
-
-# Install updated language files
- rename ${pkgname}- '' ../po/${pkgname}-*.po
- mv -f -t po ../po/*
- printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS
-}
+source=("https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/indicator-sound/${pkgver}+16.04.20160406-0ubuntu1/indicator-sound_${pkgver}+16.04.20160406.orig.tar.gz")
+sha256sums=('832d997edce41495638dd0234a4aed00bd6ccc9550ca3e1552ab909ba245e376')
build() {
cd ${pkgname}-${pkgver}