summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoeny Ang2016-12-15 14:51:04 +0800
committerJoeny Ang2016-12-15 14:51:04 +0800
commitc2a700d76ec0fb46fcf05a297ce7eb33c9f4ff99 (patch)
treee5186665d31297d0cdd4910913012ebcb51b5db9
parent85b1523212701143eb8501376e1e823bd0e28353 (diff)
downloadaur-c2a700d76ec0fb46fcf05a297ce7eb33c9f4ff99.tar.gz
Updated URL and GIT repository links
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f740eb876fc..6142b8cf1e40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu Dec 15 06:45:22 UTC 2016
pkgbase = ideviceinstaller-git
pkgdesc = Manage Applications of an iPhone or iPod Touch
- pkgver = 1.1.0.r11.g9677564
+ pkgver = 1.1.0.r13.g442f670
pkgrel = 1
- url = http://cgit.sukimashita.com/ideviceinstaller.git/
+ url = http://www.libimobiledevice.org/
arch = i686
arch = x86_64
groups = system
@@ -13,7 +15,7 @@ pkgbase = ideviceinstaller-git
depends = usbmuxd
depends = libzip
provides = ideviceinstaller
- source = git://git.sukimashita.com/ideviceinstaller.git
+ source = git+https://github.com/libimobiledevice/ideviceinstaller.git
md5sums = SKIP
pkgname = ideviceinstaller-git
diff --git a/PKGBUILD b/PKGBUILD
index ce0bc9f93798..7b10055b0767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,20 +16,21 @@
# results warnings
# 2015.07.07 - removed -Werror to ignore compile warnings (Hugo Ideler)
# - PKGBUILD fixes and updated git versioning
+# 2016.12.15 - updated URL and GIT repository links
pkgname=ideviceinstaller-git
_gitname=ideviceinstaller
-pkgver=1.1.0.r11.g9677564
+pkgver=1.1.0.r13.g442f670
pkgrel=1
pkgdesc="Manage Applications of an iPhone or iPod Touch"
arch=('i686' 'x86_64')
-url="http://cgit.sukimashita.com/ideviceinstaller.git/"
+url="http://www.libimobiledevice.org/"
license=('GPL')
groups=('system')
depends=('libimobiledevice' 'usbmuxd' 'libzip')
makedepends=('git' 'automake')
provides=('ideviceinstaller')
-source=("git://git.sukimashita.com/${_gitname}.git")
+source=("git+https://github.com/libimobiledevice/${_gitname}.git")
md5sums=('SKIP')
pkgver() {