summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-12-16 14:50:01 -0500
committergraysky2015-12-16 14:50:01 -0500
commitcae25232d7af72154355c3d49124101e2de2c9d8 (patch)
treeda892d6e5f0dd39e9cc84eed9f52d5d4a6e03df0
parentdd8f939e8dbff30df83a1ab7dce2035eb79f12ba (diff)
downloadaur-cae25232d7af72154355c3d49124101e2de2c9d8.tar.gz
Update to 1.1.8-4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD21
2 files changed, 13 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 726d6654d94d..9f5678b6a916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Dec 13 19:59:38 UTC 2015
+# Wed Dec 16 19:50:01 UTC 2015
pkgbase = backintime
pkgver = 1.1.8
- pkgrel = 3
- url = https://launchpad.net/backintime
+ pkgrel = 4
+ url = https://github.com/bit-team/backintime
arch = any
license = GPL
makedepends = python
- source = https://launchpadlibrarian.net/219057574/backintime-1.1.8.tar.gz
+ source = https://github.com/bit-team/backintime/archive/v1.1.8.tar.gz
source = Fix_bug_473-AttributeError.patch
- source = https://launchpadlibrarian.net/219057575/backintime-1.1.8.tar.gz.asc
- sha256sums = a1f2d210e95633dfe383eb50b3b560d1e09c43de4ce89dd4cb193cab40cb8a1e
+ sha256sums = d5475eddcbe9612eb8814cb811bee394ad140a560d28c4d20258f3a6078648ff
sha256sums = 281b75fa6726e621b8ecabe8310b7e9e126848eb2215082df38fdf2cbdc52786
- sha256sums = SKIP
pkgname = backintime
pkgdesc = Simple backup system inspired from the Flyback Project and TimeVault. QT4 GUI version.
diff --git a/PKGBUILD b/PKGBUILD
index 5198a64314d8..09696b2911e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,24 +4,19 @@
pkgname=('backintime' 'backintime-cli')
_pkgname="backintime"
pkgver=1.1.8
-pkgrel=3
+pkgrel=4
arch=('any')
-url="https://launchpad.net/backintime"
+url="https://github.com/bit-team/backintime"
license=('GPL')
makedepends=('python')
-_stupidnumber=219057574
-source=("https://launchpadlibrarian.net/$_stupidnumber/$_pkgname-$pkgver.tar.gz"
-"Fix_bug_473-AttributeError.patch"
-"https://launchpadlibrarian.net/$((_stupidnumber + 1))/$_pkgname-$pkgver.tar.gz.asc")
-sha256sums=('a1f2d210e95633dfe383eb50b3b560d1e09c43de4ce89dd4cb193cab40cb8a1e'
- '281b75fa6726e621b8ecabe8310b7e9e126848eb2215082df38fdf2cbdc52786'
- 'SKIP')
-validpgpkeys=('3E70692EE3DB8BDDA5991C90615F366D944B4826') # Germar Reitze
-# https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
+source=("https://github.com/bit-team/$_pkgname/archive/v$pkgver.tar.gz"
+"Fix_bug_473-AttributeError.patch")
+sha256sums=('d5475eddcbe9612eb8814cb811bee394ad140a560d28c4d20258f3a6078648ff'
+ '281b75fa6726e621b8ecabe8310b7e9e126848eb2215082df38fdf2cbdc52786')
prepare() {
- cd "$_pkgname-$pkgver"
- patch -Np1 -i "$srcdir/Fix_bug_473-AttributeError.patch"
+ cd "$_pkgname-$pkgver/common"
+ patch -i "$srcdir/Fix_bug_473-AttributeError.patch"
}
build() {