summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Mekkering2019-03-09 15:35:51 +0100
committerAlex Mekkering2019-03-09 15:35:51 +0100
commit7f21384954eebca0f84c179599b2b0e7738294fb (patch)
treef919c06dd9faa5fe46c236511bff2b883f3360e7
parent6fac46aa7ee24309ea4f1774e29916ea6baa0ce1 (diff)
downloadaur-7f21384954eebca0f84c179599b2b0e7738294fb.tar.gz
Using upstream repo of dashesy directly now
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a02143805173..bd18368339c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cc-tool-git
pkgdesc = Support for Texas Instruments CC Debugger
- pkgver = 0.26.r17.bdab241
+ pkgver = 0.26.r20.0bde010
pkgrel = 1
- url = https://github.com/AlexMekkering/cc-tool.git
+ url = https://github.com/dashesy/cc-tool.git
arch = x86_64
license = GPL
depends = boost>=1.39
provides = cc-tool
conflicts = cc-tool
- source = cc-tool-git::git+https://github.com/AlexMekkering/cc-tool.git#branch=master
+ source = cc-tool-git::git+https://github.com/dashesy/cc-tool.git#branch=master
md5sums = SKIP
pkgname = cc-tool-git
diff --git a/PKGBUILD b/PKGBUILD
index 28b35341906f..13f65b80324c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=cc-tool-git
_pkgver=0.26
-pkgver=0.26.r17.bdab241
+pkgver=0.26.r20.0bde010
pkgrel=1
pkgdesc="Support for Texas Instruments CC Debugger"
arch=('x86_64')
-url='https://github.com/AlexMekkering/cc-tool.git'
+url='https://github.com/dashesy/cc-tool.git'
license=('GPL')
depends=('boost>=1.39')
provides=('cc-tool')
conflicts=('cc-tool')
-source=( "${pkgname}::git+https://github.com/AlexMekkering/cc-tool.git#branch=master" )
+source=( "${pkgname}::git+https://github.com/dashesy/cc-tool.git#branch=master" )
md5sums=('SKIP')
pkgver() {
@@ -21,6 +21,7 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname}"
+ ./bootstrap
./configure --prefix=/usr CPPFLAGS=-P
make
}