makedeb


activate-linux 1.1.0-1


The "Activate Windows" watermark ported to Linux with Xlib and cairo in C

Click here to go back to the commit logs for activate-linux.

Commit:


Hash: 72ab8a5f55a4221bbc63f9ac5bd5898b66063957

Message: Upgraded to 1.0.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b36f80d..c3fa491 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = activate-linux
 pkgbase = activate-linux
 pkgdesc = The "Activate Windows" watermark ported to Linux with Xlib and cairo in C
 pkgrel = 1
-pkgver = 0.0.2
+pkgver = 1.0.0
 url = https://github.com/MrGlockenspiel/activate-linux
 arch = any
 conflicts = activate-linux-git
@@ -18,8 +18,8 @@ depends = libxfixes-dev
 depends = libxinerama-dev
 license = GPL3
 makedepends = build-essential
-source = git+https://github.com/MrGlockenspiel/activate-linux.git#tag=v0.0.2
+source = git+https://github.com/MrGlockenspiel/activate-linux.git#tag=v1.0.0
 source = activate-linux.desktop
-sha256sums = SKIP
-sha256sums = f1c0aad4d41632002608788cb41e2259de6524b9a2604d6bbcbdd0fb1643af6d
+b2sums = SKIP
+b2sums = 3cb6d8680ac5cb72110b6a0deccf1afe812743f8c7ce62b09e0e39d219edfeedb3913169fc4ff44404c16d2776cf31f865bc7d4ba59684cfdda5304e6793f13a
 makedepends = build-essential
diff --git a/PKGBUILD b/PKGBUILD
index 535be7e..778a03f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname="activate-linux"
 _gitname="activate-linux"
-pkgver='0.0.2'
+pkgver='1.0.0'
 pkgrel='1'
 pkgdesc="The \"Activate Windows\" watermark ported to Linux with Xlib and cairo in C"
 arch=("any")
@@ -13,8 +13,8 @@ depends=('libcairo2-dev' 'libxi-dev' 'libx11-dev' 'x11proto-core-dev' 'x11proto-
 source=("git+https://github.com/MrGlockenspiel/activate-linux.git#tag=v${pkgver}"
         "activate-linux.desktop")
 conflicts=("${_gitname}-git" "${_gitname}-bin")
-sha256sums=('SKIP'
-            'f1c0aad4d41632002608788cb41e2259de6524b9a2604d6bbcbdd0fb1643af6d')
+b2sums=('SKIP'
+        '3cb6d8680ac5cb72110b6a0deccf1afe812743f8c7ce62b09e0e39d219edfeedb3913169fc4ff44404c16d2776cf31f865bc7d4ba59684cfdda5304e6793f13a')
 
 build() {
 	cd "${srcdir}/${_gitname}"