summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav2024-05-21 15:43:52 +0300
committerVladislav2024-05-21 15:43:52 +0300
commit66c4c924bbf1741d55de53b758b21056836670ba (patch)
tree4394c2f5c1257db14177946d8eca14290035792a
parentd6ed4d422de770425022067bc9cfb50520c72623 (diff)
downloadaur-66c4c924bbf1741d55de53b758b21056836670ba.tar.gz
0.3.4.3314.g9eb0784f
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f441e8a0a9c8..f303de27ff54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,8 @@ pkgbase = conduwuit-git
options = !lto
backup = etc/conduwuit.toml
source = git+https://github.com/girlbossceo/conduwuit
+ source = conduwuit.service
sha512sums = SKIP
+ sha512sums = 563b2fbfb79a018737005a2ec5232afd85b70d463b05e889d092a45cb00038c4cf9f19c9a89a28838d9dc8d7e4178ebd2edf756e1e13c18e9a02b949f7e9c286
pkgname = conduwuit-git
diff --git a/PKGBUILD b/PKGBUILD
index af55dab114f9..29319ccd1acc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,10 @@ pkgver=0.3.4.3314.g9eb0784f
pkgrel=1
makedepends=("rust" "cargo" "git" "clang")
depends=("gcc-libs" "glibc" "liburing")
-source=("git+https://github.com/girlbossceo/conduwuit")
-sha512sums=('SKIP')
+source=("git+https://github.com/girlbossceo/conduwuit"
+ "conduwuit.service")
+sha512sums=('SKIP'
+ '563b2fbfb79a018737005a2ec5232afd85b70d463b05e889d092a45cb00038c4cf9f19c9a89a28838d9dc8d7e4178ebd2edf756e1e13c18e9a02b949f7e9c286')
provides=("conduwuit")
options=(!lto)
backup=("etc/conduwuit.toml")