[arch-commits] Commit in volumeicon/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Feb 21 11:37:08 UTC 2019


    Date: Thursday, February 21, 2019 @ 11:37:07
  Author: arodseth
Revision: 434973

upgpkg: volumeicon 0.5.1-4

Modified:
  volumeicon/trunk/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-21 11:31:59 UTC (rev 434972)
+++ PKGBUILD	2019-02-21 11:37:07 UTC (rev 434973)
@@ -1,38 +1,38 @@
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Maato <maato softwarebakery com>
 
 pkgname=volumeicon
 pkgver=0.5.1
-pkgrel=3
-pkgdesc='Volume control for your system tray'
-arch=('x86_64')
-url='http://softwarebakery.com/maato/volumeicon.html'
-license=('GPL3')
-depends=('gtk3' 'alsa-lib' 'libnotify')
-makedepends=('intltool' 'git')
-install='volumeicon.install'
-source=("git://github.com/Maato/volumeicon.git#tag=$pkgver"
+pkgrel=4
+pkgdesc='Volume control for the system tray'
+arch=(x86_64)
+url='https://softwarebakery.com/maato/volumeicon.html'
+license=(GPL3)
+depends=(alsa-lib gtk3 libnotify)
+makedepends=(git intltool)
+install=volumeicon.install
+source=("git+https://github.com/Maato/volumeicon.git#tag=$pkgver"
         "volumeicon-notify.patch::https://github.com/Maato/volumeicon/commit/78a9c23775ebe12d3f3be93c0798144a6e732d90.patch"
-        'volumeicon.desktop')
-md5sums=('SKIP'
-         'a528651bbf93b1fbd731103a3431b895'
-         '1822d5e80a86b80ace9565aebf24b71d')
+        volumeicon.desktop)
+sha256sums=('SKIP'
+            'f9d7d14e302f760815bb0da2af7f00ae3f2ef34da69e84863ae3e97e7302b8db'
+            '3f989bce3a080b2446af6d7ed7e8a22dfd3019f888a7b11a0759bf7cf704f975')
 
 prepare() {
-  cd "$pkgname"
+  cd $pkgname
   patch -Np1 -i ../volumeicon-notify.patch
   ./autogen.sh
 }
 
 build() {
-  cd "$pkgname"
+  cd $pkgname
   ./configure --prefix=/usr --enable-notify
   make
 }
 
 package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
+  make -C $pkgname DESTDIR="$pkgdir" install
   install -Dm644 volumeicon.desktop "$pkgdir/usr/share/applications/volumeicon.desktop"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list