Date: Thursday, March 22, 2018 @ 13:09:46 Author: bpiotrowski Revision: 319816
10.1-1 Modified: chrome-gnome-shell/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-22 12:00:32 UTC (rev 319815) +++ PKGBUILD 2018-03-22 13:09:46 UTC (rev 319816) @@ -2,8 +2,8 @@ # Maintainer: Bartłomiej Piotrowski <[email protected]> pkgname=chrome-gnome-shell -pkgver=10 -pkgrel=2 +pkgver=10.1 +pkgrel=1 pkgdesc='Native browser connector for integration with extensions.gnome.org' arch=(any) url='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome' @@ -10,10 +10,15 @@ license=(GPL) depends=(gnome-shell python-requests python-gobject) makedepends=(cmake jq git) -_commit=a8f2b1a19721c4311325b70de4a50834225bc41a # tags/v10^0 +_commit=815ec9e1afa52bd3af5047e176a4ea9c1bfa2514 # tags/v10.1^0 source=(git+https://git.gnome.org/browse/chrome-gnome-shell#commit=$_commit) md5sums=('SKIP') +pkgver() { + cd $pkgname + git describe | sed 's/^v//;s/-/+/g' +} + prepare() { cd $pkgname mkdir -p build
