summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Jaksch2017-07-23 07:44:29 +0200
committerOliver Jaksch2017-07-23 07:44:29 +0200
commit361a98978d5e3aca991dae5970aa31612be5598a (patch)
tree1ee44eebc95bece1aed0087ade92d9b4aba7df11
parent2ae6cb3c282f0c5c95b362eeaa457b92f48f487d (diff)
downloadaur-361a98978d5e3aca991dae5970aa31612be5598a.tar.gz
Fix SRC
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3b07d800a5e..44aad8a1f397 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 23 05:33:08 UTC 2017
+# Sun Jul 23 05:44:28 UTC 2017
pkgbase = kradio-git
pkgdesc = Comfortable KDE internet and AM/FM radio application
pkgver = 1275.8696844f
- pkgrel = 1
+ pkgrel = 2
url = http://kradio.sourceforge.net/
install = kradio-git.install
arch = i686
@@ -16,7 +16,7 @@ pkgbase = kradio-git
depends = lirc-utils
depends = libmms
depends = ffmpeg
- source = git://git.code.sf.net/p/kradio-git/code
+ source = git://git.code.sf.net/p/kradio/code
sha256sums = SKIP
pkgname = kradio-git
diff --git a/PKGBUILD b/PKGBUILD
index 2d6ca868c6ad..84dc14173968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=kradio-git
pkgver=1275.8696844f
-pkgrel=1
+pkgrel=2
pkgdesc='Comfortable KDE internet and AM/FM radio application'
arch=('i686' 'x86_64')
url='http://kradio.sourceforge.net/'
@@ -13,8 +13,7 @@ license=('GPL2')
depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
makedepends=('automoc4' 'cmake' 'boost')
install="${pkgname}.install"
-# source=("http://downloads.sourceforge.net/${pkgname}/kradio4-${pkgver}.tar.bz2")
-source=("git://git.code.sf.net/p/${pkgname}/code")
+source=("git://git.code.sf.net/p/kradio/code")
sha256sums=('SKIP')
pkgver() {