makedeb


ntfd 0.2.2-4


A lightweight notification daemon for fancy desktop integrations

Click here to go back to the commit logs for ntfd.

Commit:


Hash: 79b90141223f43f1b3baaac581d64ba98ffb7ded

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3f93201..a4da4c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
-generated-by = makedeb-makepkg
-
-pkgbase = ntfd
-	pkgdesc = A lightweight notification daemon for fancy desktop integrations
-	pkgver = 0.2.2
-	pkgrel = 1
-	url = https://github.com/kamek-pf/ntfd
-	arch = x86_64
-	license = LGPL3
-	provides = ntfd
-	conflicts = ntfd
-	source = https://github.com/kamek-pf/ntfd/releases/download/0.2.2/ntfd-x86_64-unknown-linux-musl
-	source = git://github.com/kamek-pf/ntfd.git
-	sha512sums = b9be06c522a8947771a40c635173dce15cf60fcad4fb65a2ddc27b4a3c415beff1d024b58fbed3dda109e9c3470e1d2d608c810976256634695eb9a6d42f0be3
-	sha512sums = SKIP
-
+generated-by = makedeb
 pkgname = ntfd
+postinst = ntfd.postinst
+pkgbase = ntfd
+pkgdesc = A lightweight notification daemon for fancy desktop integrations
+pkgrel = 2
+pkgver = 0.2.2
+url = https://github.com/kamek-pf/ntfd
+arch = x86_64
+conflicts = ntfd
+license = LGPL3
+provides = ntfd
+source = https://github.com/kamek-pf/ntfd/releases/download/0.2.2/ntfd-x86_64-unknown-linux-musl
+source = ntfd::git+https://github.com/kamek-pf/ntfd.git
+sha512sums = b9be06c522a8947771a40c635173dce15cf60fcad4fb65a2ddc27b4a3c415beff1d024b58fbed3dda109e9c3470e1d2d608c810976256634695eb9a6d42f0be3
+sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 75c3002..0897e2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=ntfd
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight notification daemon for fancy desktop integrations"
 arch=('x86_64')
 url='https://github.com/kamek-pf/ntfd'
@@ -16,7 +16,7 @@ postinst="${pkgname}.postinst"
 
 source=(
   "$url/releases/download/${pkgver}/${pkgname}-${arch}-unknown-linux-musl"
-  "git://github.com/kamek-pf/ntfd.git"  )
+  "${pkgname}::git+https://github.com/kamek-pf/${pkgname}.git"  )
 sha512sums=(
   'b9be06c522a8947771a40c635173dce15cf60fcad4fb65a2ddc27b4a3c415beff1d024b58fbed3dda109e9c3470e1d2d608c810976256634695eb9a6d42f0be3'
   'SKIP')