summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-01-31 23:38:08 +0100
committerFabioLolix2018-01-31 23:38:08 +0100
commit8884303e1f054a51ab50c061d1c50ef4edb19b74 (patch)
tree2cc25cafb17fac6826439ec9f0081307988cecab
parent43b396c9a62a4ed9f9870ba01c78522d7df8d8da (diff)
downloadaur-8884303e1f054a51ab50c061d1c50ef4edb19b74.tar.gz
minor fix
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6c92536121e..306a849e2832 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = headset-bin
pkgdesc = An Electron-based music player for the busy ones
pkgver = 1.6.1
pkgrel = 1
- url = http://headsetapp.co/
+ url = https://headsetapp.co/
arch = x86_64
license = MIT
depends = alsa-lib
@@ -11,13 +11,13 @@ pkgbase = headset-bin
depends = nss
depends = libxtst
depends = libxss
- depends = gcc-libs-multilib
+ depends = gcc-libs
provides = headset
conflicts = headset
source = https://github.com/headsetapp/headset-electron/releases/download/v1.6.1/headset_1.6.1_amd64.deb
source = MIT::https://github.com/headsetapp/headset-electron/raw/master/LICENSE
md5sums = 1c8b4b0ad5641c1c8da185ed33f9bec2
- md5sums = 63f69acde84223e3a5c9545b529e9e27
+ md5sums = SKIP
pkgname = headset-bin
diff --git a/PKGBUILD b/PKGBUILD
index 733531620ce3..330cf69a03e8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
-# Maintainer: Fabio Loli <loli_fabio@protonmail.com>
-# https://github.com/FabioLolix
+# Maintainer: Fabio Loli <loli_fabio@protonmail.com> -> https://github.com/FabioLolix
pkgname=headset-bin
pkgver=1.6.1
pkgrel=1
pkgdesc="An Electron-based music player for the busy ones"
arch=('x86_64')
-url="http://headsetapp.co/"
+url="https://headsetapp.co/"
license=(MIT)
depends=('alsa-lib'
'gconf'
@@ -14,13 +13,13 @@ depends=('alsa-lib'
'nss'
'libxtst'
'libxss'
- 'gcc-libs-multilib')
+ 'gcc-libs')
provides=('headset')
conflicts=('headset')
source=("https://github.com/headsetapp/headset-electron/releases/download/v${pkgver}/headset_${pkgver}_amd64.deb"
"MIT::https://github.com/headsetapp/headset-electron/raw/master/LICENSE")
md5sums=('1c8b4b0ad5641c1c8da185ed33f9bec2'
- '63f69acde84223e3a5c9545b529e9e27')
+ 'SKIP')
package() {
bsdtar -xf ${srcdir}/data.tar.xz -C ${pkgdir}/