summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD16
-rw-r--r--update-trid-defs.service4
3 files changed, 20 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23c279b05c07..14e6a30c386e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
+# Generated by mksrcinfo v8
+# Sat Jun 4 16:42:01 UTC 2016
pkgbase = trid
pkgdesc = An utility designed to identify file types from their binary signatures
- pkgver = 2.20
- pkgrel = 5
+ pkgver = 2.24
+ pkgrel = 1
url = http://mark0.net/soft-trid-e.html
install = trid.install
arch = i686
arch = x86_64
license = CUSTOM
- depends = ncurses
- depends = libtinfo
depends = python2
source = trid.sh
source = update-trid-defs.sh
@@ -20,10 +20,10 @@ pkgbase = trid
md5sums = a78caa24cf0851d17b8d3798f9e776a3
md5sums = 2ea012671b50e0761cbc4bbec820952e
md5sums = fd7e042a50ee1c93ed3147f5bff6d876
- source_i686 = trid-2.20-i686.zip::http://mark0.net/download/trid_linux.zip
- md5sums_i686 = 07bab126d34993a1c725bf60d16e0829
- source_x86_64 = trid-2.20-x86_64.zip::http://mark0.net/download/trid_linux_64.zip
- md5sums_x86_64 = db0b1f4dfd0039c65e70ec559940cad7
+ source_i686 = trid-2.24-i686.zip::http://mark0.net/download/trid_linux.zip
+ md5sums_i686 = e250feae78ac8e5a5523d044669bba96
+ source_x86_64 = trid-2.24-x86_64.zip::http://mark0.net/download/trid_linux_64.zip
+ md5sums_x86_64 = 75078cdd077c71b89cc1956525a09649
pkgname = trid
diff --git a/PKGBUILD b/PKGBUILD
index 7075107e820a..161f661948c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: p2k <uni-ulm.de: Patrick.Schneider>
pkgname=trid
-pkgver=2.20
-pkgrel=5
+pkgver=2.24
+pkgrel=1
pkgdesc="An utility designed to identify file types from their binary signatures"
arch=('i686' 'x86_64')
url="http://mark0.net/soft-trid-e.html"
license=('CUSTOM')
-depends=('ncurses' 'libtinfo' 'python2')
+depends=('python2')
install=trid.install
source=(trid.sh
@@ -16,16 +16,16 @@ source=(trid.sh
update-trid-defs.service
update-trid-defs.timer
triupdate-1.00.zip::http://mark0.net/download/tridupdate.zip)
+
+source_i686=(trid-${pkgver}-i686.zip::http://mark0.net/download/trid_linux.zip)
+source_x86_64=(trid-${pkgver}-x86_64.zip::http://mark0.net/download/trid_linux_64.zip)
md5sums=('fe447a9fb6da5591ad72bf17e77084ae'
'6ef06da62edde6c84c9473f7a62969e6'
'a78caa24cf0851d17b8d3798f9e776a3'
'2ea012671b50e0761cbc4bbec820952e'
'fd7e042a50ee1c93ed3147f5bff6d876')
-md5sums_i686=('07bab126d34993a1c725bf60d16e0829')
-md5sums_x86_64=('db0b1f4dfd0039c65e70ec559940cad7')
-
-source_i686=(trid-${pkgver}-i686.zip::http://mark0.net/download/trid_linux.zip)
-source_x86_64=(trid-${pkgver}-x86_64.zip::http://mark0.net/download/trid_linux_64.zip)
+md5sums_i686=('e250feae78ac8e5a5523d044669bba96')
+md5sums_x86_64=('75078cdd077c71b89cc1956525a09649')
package() {
cd "${srcdir}"
diff --git a/update-trid-defs.service b/update-trid-defs.service
index 99010aaacd73..8fb64b886e84 100644
--- a/update-trid-defs.service
+++ b/update-trid-defs.service
@@ -6,3 +6,7 @@ After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/update-trid-defs
+
+[Install]
+WantedBy=multi-user.target
+ \ No newline at end of file