summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--MKPKG4
-rw-r--r--PKGBUILD23
3 files changed, 11 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29f02eb09bd9..fda4e07fe27b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Tue Sep 6 19:01:04 UTC 2016
pkgbase = indicator-sound
pkgdesc = Unified sound menu indicator.
- pkgver = 12.10.1
- pkgrel = 5
+ pkgver = 12.10.2
+ pkgrel = 1
url = https://launchpad.net/indicator-sound
arch = i686
arch = x86_64
@@ -16,10 +14,8 @@ pkgbase = indicator-sound
depends = libindicator-gtk3
depends = libpulse
depends = libnotify
- source = https://launchpad.net/indicator-sound/12.10/12.10.1/+download/indicator-sound-12.10.1.tar.gz
- source = http://pkgbuild.com/~bgyorgy/sources/indicator-sound-translations-20130310.tar.gz
- sha256sums = d3ae4e8a9e2bac6f9098e617364aba1ddca15ee118d5aa89ae85d0a1f3371af6
- sha256sums = 7830a7bf49b86f92558ad4bc1499db4e0c8680b0aa31d046262d8169b0bafcd2
+ source = https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/indicator-sound/12.10.2+16.04.20160406-0ubuntu1/indicator-sound_12.10.2+16.04.20160406.orig.tar.gz
+ sha256sums = 832d997edce41495638dd0234a4aed00bd6ccc9550ca3e1552ab909ba245e376
pkgname = indicator-sound
diff --git a/MKPKG b/MKPKG
deleted file mode 100644
index 0779691d7321..000000000000
--- a/MKPKG
+++ /dev/null
@@ -1,4 +0,0 @@
-pkgname=('indicator-sound')
-builddeps=('ido' 'libindicator-gtk3')
-
-# vim: ts=2 sw=2 et:
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}