summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy MJ2014-08-19 00:00:22 +0000
committerKyle Keen2014-08-19 00:00:22 +0000
commite9cb78eb769e57535fb27d88b7bf85250ef294a8 (patch)
treea09064d28408b49f42f4783dd0eb570f0b303c14
parent1df762325265a9772161b1d20bb1099417596d1d (diff)
downloadaur-e9cb78eb769e57535fb27d88b7bf85250ef294a8.tar.gz
updated on Tue Aug 19 00:00:22 UTC 2014
-rw-r--r--.AURINFO17
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
3 files changed, 21 insertions, 4 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..93fdb421ee3e
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,17 @@
+pkgbase = fred
+ pkgdesc = Digital forensics tool for viewing and reporting on Windows registry files
+ pkgver = 0.1.0beta4
+ pkgrel = 4
+ url = https://www.pinguin.lu/index.php
+ arch = i686
+ arch = x86_64
+ license = LGPL3
+ makedepends = qt4
+ makedepends = hivex
+ depends = qt4
+ depends = hivex
+ source = http://files.pinguin.lu/fred-0.1.0beta4.tar.gz
+ options = !emptydirs
+
+pkgname = fred
+
diff --git a/.SRCINFO b/.SRCINFO
index e11ef2cd72e5..7eb5c004ef76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fred
pkgdesc = Digital forensics tool for viewing and reporting on Windows registry files
pkgver = 0.1.0beta4
- pkgrel = 3
+ pkgrel = 4
url = https://www.pinguin.lu/index.php
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = fred
depends = qt4
depends = hivex
options = !emptydirs
- source = http://files.pinguin.lu/projects/fred-0.1.0beta4.tar.gz
+ source = http://files.pinguin.lu/fred-0.1.0beta4.tar.gz
md5sums = 47a86274228d83b2e4544c4caf1a8f98
pkgname = fred
diff --git a/PKGBUILD b/PKGBUILD
index 08036687153a..cbd068eb8d5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fred
pkgver=0.1.0beta4
-pkgrel=3
+pkgrel=4
pkgdesc="Digital forensics tool for viewing and reporting on Windows registry files"
arch=("i686" "x86_64")
url="https://www.pinguin.lu/index.php"
@@ -11,7 +11,7 @@ license=("LGPL3")
depends=("qt4" "hivex")
makedepends=("qt4" "hivex")
options=(!emptydirs)
-source=("http://files.pinguin.lu/projects/fred-0.1.0beta4.tar.gz")
+source=("http://files.pinguin.lu/fred-0.1.0beta4.tar.gz")
md5sums=('47a86274228d83b2e4544c4caf1a8f98')
build() {