summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamden Cheek2017-01-27 14:17:30 -0500
committerCamden Cheek2017-01-27 14:17:30 -0500
commit75b0e09a953565df5ea69139775bdef271fa3bd1 (patch)
tree1d353a960ceb7232109cbfe2b55145eabe947c42
parent4e73d73ce06a7f9dbbb5832bf69e2944c5e0e9f6 (diff)
downloadaur-75b0e09a953565df5ea69139775bdef271fa3bd1.tar.gz
Fixed pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3595b53c871f..9286ef6f6dc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-adb-git
pkgdesc = Python ADB + Fastboot implementation
pkgver = r65.fb09de9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/python-adb.git
arch = any
license = apachev2
diff --git a/PKGBUILD b/PKGBUILD
index b0a905c6486e..9e06064d94a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Camden Cheek <ccheek22@gmail.com>
pkgname='python-adb-git'
pkgver=r65.fb09de9
-pkgrel=1
+pkgrel=2
pkgdesc="Python ADB + Fastboot implementation"
arch=('any')
url="https://github.com/google/python-adb.git"