summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2015-09-01 03:05:44 -0400
committerKevin MacMartin2015-09-01 03:05:44 -0400
commit0f151a0e6c223e13403e731da00e2055c7afea28 (patch)
treede112ab7b156356c7492769ee6671e642f77dadc
parent112aa78e0040dac7cb3fefde603aa04a39438aa2 (diff)
downloadaur-0f151a0e6c223e13403e731da00e2055c7afea28.tar.gz
Bump the revision and add --enable_checking=yes to ./configure (thanks yan12125!)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a243c0382344..56acd562d90f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fb-adb-git
pkgdesc = A better shell to use in place of adb when connecting to Android devices
pkgver = 20150828.r233.462cc77
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/facebook/fb-adb
install = fb-adb-git.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9e071b0faa92..28de91544067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=fb-adb
pkgname=$_pkgname-git
pkgver=20150828.r233.462cc77
-pkgrel=1
+pkgrel=2
pkgdesc='A better shell to use in place of adb when connecting to Android devices'
url='https://github.com/facebook/fb-adb'
license=('GPL3')
@@ -40,7 +40,7 @@ build() {
# build
install -d build
cd build
- ../configure
+ ../configure --enable-checking=yes
make
# compress android deployment binary