summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralucryd <alucryd@eb2447ed-0c53-47e4-bac8-5bc4a241df78>2019-11-24 21:51:45 +0000
committeralucryd <alucryd@eb2447ed-0c53-47e4-bac8-5bc4a241df78>2019-11-24 21:51:45 +0000
commitfcc4a770e018d8aa7737113dd7e015ad6bb420f6 (patch)
treee9585326ea50be284f57bcd4038137c3accd2ee3
parent6589cf4ee0e5aba198b40013574c21d4bcd9f264 (diff)
upgpkg: libgusb 0.3.1-1
git-svn-id: file:///srv/repos/svn-packages/svn@369724 eb2447ed-0c53-47e4-bac8-5bc4a241df78
-rw-r--r--libgusb/trunk/PKGBUILD33
1 files changed, 24 insertions, 9 deletions
diff --git a/libgusb/trunk/PKGBUILD b/libgusb/trunk/PKGBUILD
index fc14c366256..2fb436b7b6c 100644
--- a/libgusb/trunk/PKGBUILD
+++ b/libgusb/trunk/PKGBUILD
@@ -2,17 +2,32 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=libgusb
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc='GObject wrapper for libusb1'
-url='https://github.com/hughsie/libgusb'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glib2' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'python2' 'vala')
-_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
-source=("git+https://github.com/hughsie/libgusb#tag=${pkgver}")
-sha256sums=('SKIP')
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+ glib2
+ libusb
+)
+makedepends=(
+ git
+ gobject-introspection
+ gtk-doc
+ meson
+ python2
+ vala
+)
+source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd libgusb
+
+ git describe --tags
+}
build() {
arch-meson libgusb build