summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 785e681fc9bd..b83083307cb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = adb-sync-git
- pkgdesc = Synchronize files between a PC and an Android device using the ADB (Android Debug Bridge)
- pkgver = r35.fb7c549
+ pkgdesc = Synchronize files between a PC and an Android device using ADB (Android Debug Bridge)
+ pkgver = r36.76b2783
pkgrel = 1
url = https://github.com/google/adb-sync
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c1f5914c77e5..b156894a8ea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=adb-sync-git
pkgver=r36.76b2783
pkgrel=1
-pkgdesc='Synchronize files between a PC and an Android device using the ADB (Android Debug Bridge)'
-arch=('any')
-url='https://github.com/google/adb-sync'
-license=('Apache')
-depends=('android-tools' 'android-udev' 'python')
-makedepends=('git')
+pkgdesc='Synchronize files between a PC and an Android device using ADB (Android Debug Bridge)'
+arch=(any)
+url=https://github.com/google/adb-sync
+license=(Apache)
+depends=(android-tools android-udev python)
+makedepends=(git)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("$pkgname::git+$url.git")
@@ -23,4 +23,3 @@ pkgver() {
package() {
install -Dm755 $pkgname/{adb-sync,adb-channel} -t "$pkgdir/usr/bin"
}
-