makedeb


ente-desktop-bin 1.7.5-1


Desktop client for Ente Photos

Click here to go back to the commit logs for ente-desktop-bin.

Commit:


Hash: 06e38b703c85ca2314c337181996ac2cfd606365

Message: Fix revision number * Previously messed up MPR revision number * So, I have to increment it to fix it * So, now both PKGBUILD & .SRCINFO (for website) match

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8faf80d..4dbc4c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = ente-desktop-bin
 	pkgdesc = Binary releases of the Ente Photos desktop app
 	pkgver = 1.7.3
-	pkgrel = 2
+	pkgrel = 3
 	url = https://github.com/ente-io/photos-desktop
 	arch = amd64
 	arch = arm64
diff --git a/PKGBUILD b/PKGBUILD
index bf64ac1..3602ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname="ente-desktop"
 pkgname="ente-desktop-bin"
 pkgver='1.7.3'
-pkgrel='1'
+pkgrel='3'
 pkgdesc="Binary releases of the Ente Photos desktop app"
 arch=('amd64' 'arm64')
 depends=()