summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
2 files changed, 10 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41f427de3625..d16639454f1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,17 +2,15 @@
# Sun Dec 13 20:01:23 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 0d3e2de67fa0..09696b2911e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,15 @@
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/common"