Date: Monday, May 4, 2020 @ 17:27:06
  Author: demize
Revision: 624753

Set a unique buildhash

Modified:
  anki/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-04 17:21:05 UTC (rev 624752)
+++ PKGBUILD    2020-05-04 17:27:06 UTC (rev 624753)
@@ -86,7 +86,7 @@
        # Built into the shared libraries so that the Python component can check
        # that it has the same value.
        cd anki-$pkgver/meta
-       echo anki-$pkgver > buildhash
+       echo arch-linux-$pkgver-$pkgrel > buildhash
 
        # rust ankirspy module
        cd ../rspy

Reply via email to