Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Arch User Repository PKGBUILD #299

Closed
gromain opened this issue Feb 20, 2017 · 9 comments
Closed

Update to Arch User Repository PKGBUILD #299

gromain opened this issue Feb 20, 2017 · 9 comments

Comments

@gromain
Copy link

gromain commented Feb 20, 2017

Hi,

Is it possible to update the AUR (Arch User Repository) PKGBUILD to the new version? Here: https://aur.archlinux.org/packages/boostnote
We are stuck with version 0.7.1 .

Thanks a lot!

@gromain gromain changed the title update to AUR PKGBUILD Update to Arch User Repository PKGBUILD Feb 22, 2017
@gromain
Copy link
Author

gromain commented Feb 22, 2017

Also, I'm happy to do it myself, I just needs the rights to do it.

@cajone
Copy link

cajone commented Feb 25, 2017

I would also like to see this happen

@gromain
Copy link
Author

gromain commented Mar 2, 2017

For the record, my pseudo on AUR is gromain. You know, in case you want to transfer the ownership.

@ftvkyo
Copy link

ftvkyo commented Mar 6, 2017

Hey, here is the new PKGBUILD.

# Maintainer: Dick Choi <fluke8259@gmail.com>
# Contributor: Romain Bazile <gromain.baz@gmail.com>
pkgname=boostnote
pkgver=0.8.6
pkgrel=1
pkgdesc="Opensource note app for developer"
arch=('x86_64')
url="https://b00st.io/"
license=('GPL')

source=(
  "https://github.com/BoostIO/boost-releases/releases/download/v$pkgver/boostnote_${pkgver}_amd64.deb"
  )

noextract=()

md5sums=('238e691f62ce47d799438316703e2cf2')

validpgpkeys=()

package() {
      tar -xa -f ${srcdir}/data.tar.xz
        cp -r "${srcdir}/usr" "${pkgdir}/usr"
}

@gromain
Copy link
Author

gromain commented Mar 17, 2017

Thanks, but I'd rather have it pushed in AUR!

@ftvkyo
Copy link

ftvkyo commented Mar 17, 2017

I would like to do it, but I don't know how to contribute to AUR. (I think, that only the package maintainer can do it).
Sorry for my bad English.

@gromain
Copy link
Author

gromain commented Mar 17, 2017

No worries, my comment was addressed at the package maintainer in AUR!

@ftvkyo
Copy link

ftvkyo commented Mar 23, 2017

@sota1235 , can you please update AUR PKGBUILD?

@kazup01 kazup01 removed the Linux label Dec 13, 2017
@Flexo013
Copy link
Contributor

I'm checking the AUR right now and it seems to be down, so I can't see when it was last updated.

Feel free to reopen this issue if the AUR still needs updating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants