Advertisement
jamesan

Change suggestions for the AUR package, sndio

Aug 29th, 2017
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.71 KB | None | 0 0
  1. diff --git a/.SRCINFO b/.SRCINFO
  2. index 986c0d0..62efb0a 100644
  3. --- a/.SRCINFO
  4. +++ b/.SRCINFO
  5. @@ -1,7 +1,8 @@
  6.  pkgbase = sndio
  7.     pkgdesc = Small audio and MIDI framework part of the OpenBSD project
  8. -   pkgver = 20161106
  9. -   pkgrel = 2
  10. +   pkgver = 1.2.0
  11. +   pkgrel = 1
  12. +   epoch = 1
  13.     url = http://www.sndio.org/
  14.     install = sndio.install
  15.     arch = i686
  16. @@ -11,10 +12,10 @@ pkgbase = sndio
  17.     license = MIT
  18.     depends = alsa-lib
  19.     backup = etc/conf.d/sndiod
  20. -   source = http://www.sndio.org/sndio.tar.gz
  21. +   source = http://www.sndio.org/sndio-1.2.0.tar.gz
  22.     source = sndiod.conf
  23.     source = sndiod.service
  24. -   md5sums = 41278f54f26ad17d4b28228fa6f7b74f
  25. +   md5sums = 484001e828ed210800ae6c641bb2ae04
  26.     md5sums = e319eee0a3ccb4d60dd24b7ed1ea34b3
  27.     md5sums = 3767e4066491b2ade46b37179285fd80
  28.  
  29. diff --git a/PKGBUILD b/PKGBUILD
  30. index c840071..3c8a201 100644
  31. --- a/PKGBUILD
  32. +++ b/PKGBUILD
  33. @@ -1,8 +1,10 @@
  34. +# Maintainer: James An <james@jamesan.ca>
  35.  # Contributor: Patrick Bartels <pckbls@gmail.com>
  36.  
  37.  pkgname="sndio"
  38. -pkgver="20161106"
  39. -pkgrel="2"
  40. +pkgver="1.2.0"
  41. +pkgrel="1"
  42. +epoch="1"
  43.  pkgdesc="Small audio and MIDI framework part of the OpenBSD project"
  44.  arch=("i686" "x86_64" "armv6h" "armv7h")
  45.  url="http://www.sndio.org/"
  46. @@ -10,10 +12,10 @@ license=("MIT")
  47.  depends=("alsa-lib")
  48.  install=$pkgname.install
  49.  backup=("etc/conf.d/sndiod")
  50. -source=("http://www.sndio.org/${pkgname}.tar.gz"
  51. +source=("http://www.sndio.org/$pkgname-$pkgver.tar.gz"
  52.          "sndiod.conf"
  53. -       "sndiod.service")
  54. -md5sums=('41278f54f26ad17d4b28228fa6f7b74f'
  55. +        "sndiod.service")
  56. +md5sums=('484001e828ed210800ae6c641bb2ae04'
  57.           'e319eee0a3ccb4d60dd24b7ed1ea34b3'
  58.           '3767e4066491b2ade46b37179285fd80')
  59.  build() {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement