summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2017-03-19 21:41:44 +0200
committerChristoph Gysin2017-03-19 21:43:15 +0200
commita92921a4c26767d164c83f688b023ccb29e378ed (patch)
tree844483ecb6088524634b0bc08de0f183c2674a7c
parent0f19042f8cdaf9e48df8890b7b5097e1c8d7be68 (diff)
downloadaur-a92921a4c26767d164c83f688b023ccb29e378ed.tar.gz
add config to backup
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e2e685ab26b..7b12af7cb9c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 24 21:18:45 UTC 2017
+# Sun Mar 19 19:42:53 UTC 2017
pkgbase = librespot-git
pkgdesc = An open source client library for Spotify.
- pkgver = 258.9e495d6
+ pkgver = 320.eb49ff3
pkgrel = 1
epoch = 1
url = https://github.com/plietar/librespot
@@ -15,6 +15,7 @@ pkgbase = librespot-git
depends = protobuf
provides = librespot
conflicts = librespot
+ backup = etc/librespot.conf
source = git+https://github.com/plietar/librespot
source = librespot.conf
source = librespot.service
diff --git a/PKGBUILD b/PKGBUILD
index b8fe955b9928..43eb237227ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=librespot-git
_pkgname=librespot
-pkgver=258.9e495d6
+pkgver=320.eb49ff3
pkgrel=1
epoch=1
pkgdesc="An open source client library for Spotify."
@@ -13,6 +13,7 @@ depends=('rust' 'protobuf')
makedepends=('cargo' 'portaudio')
provides=('librespot')
conflicts=('librespot')
+backup=('etc/librespot.conf')
source=('git+https://github.com/plietar/librespot'
'librespot.conf'
'librespot.service')