summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2018-11-22 09:20:50 -0800
committerAnatol Pomozov2018-11-22 09:20:50 -0800
commite714268c67da8ff2abfcbc4ca5bb10d6106c36eb (patch)
tree52d57172f922ff1672bcd8b347fd1a9939b295f3
parent5b438ed0b065492ba4de02fa673a6dba918d7b3f (diff)
downloadaur-e714268c67da8ff2abfcbc4ca5bb10d6106c36eb.tar.gz
updpkg
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d98bbe37dda..64c8f04d307e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-# Generated by mksrcinfo v8
-# Thu Nov 3 18:41:54 UTC 2016
pkgbase = adb-sync-git
pkgdesc = A tool to synchronize files between a PC and an Android device using the ADB
- pkgver = r22.861eb4b
+ pkgver = r23.b8813dc
pkgrel = 1
url = https://github.com/google/adb-sync
arch = any
license = Apache
+ makedepends = git
depends = python
source = git+https://github.com/google/adb-sync
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 14a7abadade7..1e113d35573d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Anatol Pomozov <anatol dot pomozov at gmail>
pkgname=adb-sync-git
-pkgver=r22.861eb4b
+pkgver=r23.b8813dc
pkgrel=1
pkgdesc='A tool to synchronize files between a PC and an Android device using the ADB'
url='https://github.com/google/adb-sync'
arch=(any)
depends=(python)
+makedepends=(git)
license=(Apache)
source=(git+https://github.com/google/adb-sync)
sha1sums=('SKIP')