Skip to content

Commit

Permalink
archlinux build qtchan from master
Browse files Browse the repository at this point in the history
  • Loading branch information
siavash119 committed Dec 28, 2018
1 parent fe06436 commit f18a7e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Maintainer: a1lu <a1lu at arcor dot de>
pkgname=qtchan
pkgver=0.1
pkgver=master
pkgrel=1
pkgdesc="A 4chan browser written with qt5"
arch=('i686' 'x86_64')
url="https://github.com/siavash119/qtchan"
license=('MIT')
depends=('qt5-base')
makedepends=('qt5-base')
source=("$pkgname::https://github.com/siavash119/${pkgname}/archive/v${pkgver}.zip")
md5sums=('a464d4b05664a5722e9d2e15eec3447b')
source=("$pkgname::https://github.com/siavash119/${pkgname}/archive/${pkgver}.zip")
md5sum=('SKIP')

build() {
cd ${srcdir}/${pkgname}-${pkgver}
Expand Down

4 comments on commit f18a7e7

@a1lu
Copy link
Contributor

@a1lu a1lu commented on f18a7e7 Dec 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if this is a good idea. IMO there is no notification about the new versions in git.

I can push pkgrel though, but we need a policy when to do it.

@siavash119
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh i was waiting for you. yeah i just copied what some people did in an issue. change it, and i'll pull

@a1lu
Copy link
Contributor

@a1lu a1lu commented on f18a7e7 Dec 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, sorry I was a bit busy.

We can follow master if you like to, but I need a notification by you when I should update the package.

For the moment I pushed your PKGBUILD into AUR some minutes ago.

@siavash119
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, we can keep it for now; let's change it to an actual release version for the next release.

Please sign in to comment.